MCPcopy Index your code
hub / github.com/google/go-jsonnet / makeCallStack

Function makeCallStack

interpreter.go:249–254  ·  view source on GitHub ↗
(limit int)

Source from the content-addressed store, hash-verified

247}
248
249func makeCallStack(limit int) callStack {
250 return callStack{
251 calls: 0,
252 limit: limit,
253 }
254}
255
256type EvalHook struct {
257 pre func(i *interpreter, n ast.Node)

Callers 1

buildInterpreterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…