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

Method Exec

cel/program_async_test.go:984–987  ·  view source on GitHub ↗
(frame *interpreter.ExecutionFrame)

Source from the content-addressed store, hash-verified

982}
983
984func (p *passCountingInterpretable) Exec(frame *interpreter.ExecutionFrame) ref.Val {
985 p.count.Add(1)
986 return p.InterpretableV2.Exec(frame)
987}
988
989func trackEvalPasses(count *atomic.Int32) func(int64) cel.ProgramOption {
990 return func(rootID int64) cel.ProgramOption {

Callers

nothing calls this directly

Calls 2

AddMethod · 0.65
ExecMethod · 0.65

Tested by

no test coverage detected