MCPcopy
hub / github.com/google/go-jsonnet / makeEnvironment

Function makeEnvironment

interpreter.go:45–50  ·  view source on GitHub ↗
(upValues bindingFrame, sb selfBinding)

Source from the content-addressed store, hash-verified

43}
44
45func makeEnvironment(upValues bindingFrame, sb selfBinding) environment {
46 return environment{
47 upValues: upValues,
48 selfBinding: sb,
49 }
50}
51
52func (i *interpreter) getCurrentStackTrace() []TraceFrame {
53 var result []TraceFrame

Callers 7

newLocalMethod · 0.85
getCurrentEnvMethod · 0.85
rawevaluateMethod · 0.85
evaluateStdFunction · 0.85
makeInitialEnvFunction · 0.85
evaluateMethod · 0.85
evalCallMethod · 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…