Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ push
Method
push
vm/vm.go:667–669 ·
view source on GitHub ↗
(value any)
Source
from the content-addressed store, hash-verified
665
}
666
667
func
(vm *VM) push(value any) {
668
vm.Stack = append(vm.Stack, value)
669
}
670
671
func
(vm *VM) current() any {
672
if
len(vm.Stack) == 0 {
Callers
1
Run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected