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

Method Metadata

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

Source from the content-addressed store, hash-verified

954}
955
956func (a *alwaysUnhealthyAdapter) Metadata() types.BackendMetadata {
957 return types.BackendMetadata{Name: a.name, Type: "mock"}
958}
959
960type timeoutErrorAdapter struct {
961 name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected