Skip to main content

enter_call

Function enter_call 

Source
pub fn enter_call(depth: &mut usize) -> DogeResult<()>
Expand description

Enter one call: fail (catchably) if the chain is already [RECURSION_LIMIT] deep, otherwise record the new depth. Pairs with exit_call.