MCPcopy Create free account
hub / github.com/InferCore/InferCore / Name

Method Name

internal/server/server_test.go:964–964  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

962}
963
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")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected