Skip to main content

locallevel

Static locallevel 

Source
pub static locallevel: AtomicI32
Expand description

Port of mod_export int locallevel; from Src/params.c:54. Tracks function-local-scope nesting depth. Bumped by startparamscope() (params.c:5879) on every function call, decremented by endparamscope() (params.c:5950) on return.