pub fn is_hot_var(name: &str) -> boolExpand description
Returns true iff name is a hot-path scratch variable (per-point,
per-vertex, or per-shape) routed through HotVars rather than the
underlying HashMapContext. The parallel-samples analyser
(onedrop-engine::wave_phase::carry) uses the same set.