MCPcopy
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
667func (vm *VM) push(value any) {
668 vm.Stack = append(vm.Stack, value)
669}
670
671func (vm *VM) current() any {
672 if len(vm.Stack) == 0 {

Callers 1

RunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected