MCPcopy
hub / github.com/expr-lang/expr / Position

Method Position

vm/vm.go:782–784  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

780}
781
782func (vm *VM) Position() chan int {
783 return vm.curr
784}
785
786func clearSlice[S ~[]E, E any](s S) {
787 var zero E

Callers 2

StartDebuggerFunction · 0.80
TestDebuggerFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestDebuggerFunction · 0.64