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

Method Value

interpreter/evalstate.go:28–28  ·  view source on GitHub ↗

Value returns the observed value of the given expression id if found, and a nil false result if not.

(int64)

Source from the content-addressed store, hash-verified

26 // Value returns the observed value of the given expression id if found, and a nil false
27 // result if not.
28 Value(int64) (ref.Val, bool)
29
30 // SetValue sets the observed value of the expression id.
31 SetValue(int64, ref.Val)

Callers 15

TestPruneFunction · 0.95
optionalDeclsFunction · 0.65
decRegexOptimizerFunction · 0.65
decRegexProgramSizeLimitFunction · 0.65
optimizations.goFile · 0.65
CallCostMethod · 0.65

Implementers 1

evalStateinterpreter/evalstate.go

Calls

no outgoing calls