MCPcopy Create free account
hub / github.com/cel-expr/cel-go / NoVars

Function NoVars

cel/program.go:83–85  ·  view source on GitHub ↗

NoVars returns an empty Activation.

()

Source from the content-addressed store, hash-verified

81
82// NoVars returns an empty Activation.
83func NoVars() Activation {
84 return interpreter.EmptyActivation()
85}
86
87// PartialVars returns a PartialActivation which contains variables and a set of AttributePattern
88// values that indicate variables or parts of variables whose value are not yet known.

Callers 15

evalMethod · 0.92
TestSimpleVariablesFunction · 0.92
evalMethod · 0.92
RunCaseFunction · 0.92
TestNetwork_SuccessFunction · 0.92
TestStringFormatFunction · 0.92
TestLiteralOutputFunction · 0.92
TestListsFunction · 0.92
TestListsRuntimeErrorsFunction · 0.92
TestListsVersionFunction · 0.92

Calls 1

EmptyActivationFunction · 0.92

Tested by 15

TestSimpleVariablesFunction · 0.74
evalMethod · 0.74
TestNetwork_SuccessFunction · 0.74
TestStringFormatFunction · 0.74
TestLiteralOutputFunction · 0.74
TestListsFunction · 0.74
TestListsRuntimeErrorsFunction · 0.74
TestListsVersionFunction · 0.74
TestStringFormatV2Function · 0.74