Skip to main content

MAX_DIR_DEPTH

Constant MAX_DIR_DEPTH 

Source
pub const MAX_DIR_DEPTH: usize = 8;
Expand description

Ceiling for an explicit console.dir(value, { depth: null }), which is otherwise unbounded and would happily walk a cyclic-free but enormous object graph.