Skip to main content

MAX_DEPTH

Constant MAX_DEPTH 

Source
pub const MAX_DEPTH: u32 = 256;
Expand description

Hard cap on recursion depth into the interpreter. Each eval_node invocation increments the depth counter.