MCPcopy Create free account
hub / github.com/dylan-sutton-chavez/edge-python / call_stack_frames

Method call_stack_frames

compiler/src/modules/vm/helpers.rs:34–34  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

32 }
33
34 pub fn call_stack_frames(&self) -> &[CallFrame] { &self.call_stack }
35 pub fn function_names_ref(&self) -> &[String] { &self.function_names }
36
37 /// Host-provided wall clock (ns); without one, `sleep` advances a deterministic virtual clock.

Callers 2

step_vmFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected