MCPcopy Index your code
hub / github.com/InferCore/InferCore / Invoke

Method Invoke

internal/server/server_test.go:966–968  ·  view source on GitHub ↗
(context.Context, types.BackendRequest)

Source from the content-addressed store, hash-verified

964func (a *timeoutErrorAdapter) Name() string { return a.name }
965
966func (a *timeoutErrorAdapter) Invoke(context.Context, types.BackendRequest) (types.BackendResponse, error) {
967 return types.BackendResponse{}, upstream.New(upstream.KindTimeout, "stub timeout")
968}
969
970func (a *timeoutErrorAdapter) Health(context.Context) error { return nil }
971

Callers

nothing calls this directly

Calls 1

NewFunction · 0.92

Tested by

no test coverage detected