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

Struct countingObserver

cel/program_async_test.go:967–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965}
966
967type countingObserver struct {
968 started atomic.Int32
969 finished atomic.Int32
970}
971
972func (o *countingObserver) OnCallStarted(callID int64, function, overload string, args []ref.Val) {
973 o.started.Add(1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected