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

Method Name

internal/reliability/manager_test.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13type timeoutAdapter struct{ name string }
14
15func (a timeoutAdapter) Name() string { return a.name }
16
17func (timeoutAdapter) Invoke(context.Context, types.BackendRequest) (types.BackendResponse, error) {
18 return types.BackendResponse{}, upstream.New(upstream.KindTimeout, "simulated")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected