Skip to main content

collect_expr_fallback_vars

Function collect_expr_fallback_vars 

Source
pub(crate) fn collect_expr_fallback_vars(
    expr: &Expr,
    vars: &mut BTreeSet<String>,
)
Expand description

Collects assignable variables from an expression, recursing into recomputable hashes.