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

Function Debug

vm/vm.go:30–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func Debug() *VM {
31 vm := &VM{
32 debug: true,
33 step: make(chan struct{}, 0),
34 curr: make(chan int, 0),
35 }
36 return vm
37}
38
39type VM struct {
40 Stack []any

Callers 2

TestDebuggerFunction · 0.92
StartDebuggerFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestDebuggerFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…