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

Struct evalState

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

evalState permits the mutation of evaluation state for a given expression id.

Source from the content-addressed store, hash-verified

36
37// evalState permits the mutation of evaluation state for a given expression id.
38type evalState struct {
39 values map[int64]ref.Val
40}
41
42// NewEvalState returns an EvalState instanced used to observe the intermediate
43// evaluations of an expression.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected