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

Method Reset

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

Reset clears the previously recorded expression values.

()

Source from the content-addressed store, hash-verified

32
33 // Reset clears the previously recorded expression values.
34 Reset()
35}
36
37// evalState permits the mutation of evaluation state for a given expression id.

Callers 2

TestInterpreterFunction · 0.95
parseYAMLConfigMethod · 0.65

Implementers 1

evalStateinterpreter/evalstate.go

Calls

no outgoing calls

Tested by 1

TestInterpreterFunction · 0.76