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

Method SetValue

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

SetValue sets the observed value of the expression id.

(int64, ref.Val)

Source from the content-addressed store, hash-verified

29
30 // SetValue sets the observed value of the expression id.
31 SetValue(int64, ref.Val)
32
33 // Reset clears the previously recorded expression values.
34 Reset()

Callers 3

PruneAstFunction · 0.95
ObserveMethod · 0.65
maybeCreateLiteralMethod · 0.65

Implementers 1

evalStateinterpreter/evalstate.go

Calls

no outgoing calls

Tested by

no test coverage detected