is_hot_var

Function is_hot_var 

Source
pub fn is_hot_var(name: &str) -> bool
Expand 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.