MCPcopy Index your code
hub / github.com/RustPython/RustPython / current_recursion_depth

Method current_recursion_depth

crates/vm/src/vm/mod.rs:1421–1423  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1419 }
1420
1421 pub fn current_recursion_depth(&self) -> usize {
1422 self.recursion_depth.get()
1423 }
1424
1425 /// Stack margin bytes (like _PyOS_STACK_MARGIN_BYTES).
1426 /// 2048 * sizeof(void*) = 16KB for 64-bit.

Calls 1

getMethod · 0.45

Tested by

no test coverage detected