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

Method IDs

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

IDs returns the list of ids with recorded values.

()

Source from the content-addressed store, hash-verified

22type EvalState interface {
23 // IDs returns the list of ids with recorded values.
24 IDs() []int64
25
26 // Value returns the observed value of the given expression id if found, and a nil false
27 // result if not.

Callers 14

TestPruneFunction · 0.95
createResultMatcherMethod · 0.65
collectCoverageStatsFunction · 0.65
verifySourceInfoCoverageFunction · 0.65
PruneAstFunction · 0.65
TestCheckFunction · 0.65
TestParseFunction · 0.65
ExprValueAsProtoFunction · 0.65
TestUnknownIDsFunction · 0.65

Implementers 1

evalStateinterpreter/evalstate.go

Calls

no outgoing calls

Tested by 7

TestPruneFunction · 0.76
verifySourceInfoCoverageFunction · 0.52
TestCheckFunction · 0.52
TestParseFunction · 0.52
TestUnknownIDsFunction · 0.52