MCPcopy Index your code
hub / github.com/expr-lang/expr / Step

Method Step

vm/vm.go:778–780  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

776}
777
778func (vm *VM) Step() {
779 vm.step <- struct{}{}
780}
781
782func (vm *VM) Position() chan int {
783 return vm.curr

Callers 2

StartDebuggerFunction · 0.80
TestDebuggerFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDebuggerFunction · 0.64