Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
942
type
alwaysUnhealthyAdapter
struct
{
943
name string
944
}
945
946
func
(a *alwaysUnhealthyAdapter) Name() string {
return
a.name }
947
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected