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

Struct mockAsyncCall

cel/async/async_test.go:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164type mockAsyncCall struct {
165 id int64
166 function string
167 overload string
168}
169
170func (m mockAsyncCall) CallID() int64 { return m.id }
171func (m mockAsyncCall) Function() string { return m.function }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected