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

Method evaluatePV

interpreter.go:1031–1033  ·  view source on GitHub ↗
(ph potentialValue)

Source from the content-addressed store, hash-verified

1029}
1030
1031func (i *interpreter) evaluatePV(ph potentialValue) (value, error) {
1032 return ph.getValue(i)
1033}
1034
1035func (i *interpreter) evaluateTailCall(function *valueFunction, args callArguments, tc tailCallStatus) (value, error) {
1036 if tc == tailCall {

Callers 15

manifestJSONMethod · 0.95
evaluateNumberMethod · 0.95
evaluateIntMethod · 0.95
evaluateInt64Method · 0.95
evaluateStringMethod · 0.95
evaluateBooleanMethod · 0.95
evaluateArrayMethod · 0.95
evaluateFunctionMethod · 0.95
evaluateObjectMethod · 0.95
indexMethod · 0.80
joinArraysFunction · 0.80
joinStringsFunction · 0.80

Calls 1

getValueMethod · 0.65

Tested by

no test coverage detected