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

Struct recordingObserverWithCallback

interpreter/async_test.go:437–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437type recordingObserverWithCallback struct {
438 onFinished func(callID int64, function, overload string, res ref.Val)
439}
440
441func (o *recordingObserverWithCallback) OnCallStarted(callID int64, function, overload string, args []ref.Val) {
442}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected