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

Method Name

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

Source from the content-addressed store, hash-verified

944}
945
946func (a *alwaysUnhealthyAdapter) Name() string { return a.name }
947
948func (a *alwaysUnhealthyAdapter) Invoke(context.Context, types.BackendRequest) (types.BackendResponse, error) {
949 return types.BackendResponse{}, fmt.Errorf("unhealthy adapter should not be invoked in this test")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected