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

Method function_names_ref

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

Source from the content-addressed store, hash-verified

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.
38 pub fn set_time_hook(&mut self, hook: fn() -> u64) { self.time_hook = Some(hook); }

Callers 2

step_vmFunction · 0.80
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected