lua_stackdepth

Function lua_stackdepth 

Source
pub unsafe extern "C-unwind" fn lua_stackdepth(
    L: *mut lua_State,
) -> c_int
Expand description

Returns the stack depth, or the number of calls on the stack.