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)

Implementers 1

evalStateinterpreter/evalstate.go

Calls

no outgoing calls

Tested by 9

TestPruneFunction · 0.76
optionalDeclsFunction · 0.52
CallCostMethod · 0.52
isConstQualFunction · 0.52