Skip to main content

MAX_TREE_DEPTH

Constant MAX_TREE_DEPTH 

Source
pub const MAX_TREE_DEPTH: usize = 128;
Expand description

Tree nesting cap, matching mkit-core’s MAX_TREE_DEPTH defense (the importer is the most untrusted boundary in the system).