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

Struct alwaysUnhealthyAdapter

internal/server/server_test.go:942–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942type alwaysUnhealthyAdapter struct {
943 name string
944}
945
946func (a *alwaysUnhealthyAdapter) Name() string { return a.name }
947

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected