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

Method push

compiler/src/modules/vm/helpers.rs:48–48  ·  view source on GitHub ↗
(&mut self, v: Val)

Source from the content-addressed store, hash-verified

46 // Stack helpers.
47
48 #[inline] pub(crate) fn push(&mut self, v: Val) { self.stack.push(v); }
49
50 #[inline] pub(crate) fn pop(&mut self) -> Result<Val, VmErr> {
51 self.stack.pop().ok_or(cold_runtime("stack underflow"))

Callers 15

animations.jsFile · 0.80
forms.jsFile · 0.80
allocFunction · 0.80
listenerFunction · 0.80
events.jsFile · 0.80
observers.jsFile · 0.80
http.jsFile · 0.80
allocSocketFunction · 0.80
allocSseFunction · 0.80
allocDbFunction · 0.80
runCapabilityFunction · 0.80
installMocksFunction · 0.80

Calls

no outgoing calls

Tested by 8

runCapabilityFunction · 0.64
installMocksFunction · 0.64
with_aliasMethod · 0.64
resolve_bareMethod · 0.64
test_casesFunction · 0.64
test_casesFunction · 0.64
cli_suiteFunction · 0.64
runPackageFunction · 0.64