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

Method Metadata

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

Source from the content-addressed store, hash-verified

970func (a *timeoutErrorAdapter) Health(context.Context) error { return nil }
971
972func (a *timeoutErrorAdapter) Metadata() types.BackendMetadata {
973 return types.BackendMetadata{Name: a.name, Type: "mock"}
974}
975
976func testConfigTwoBackends(timeoutMS int, fallbackEnabled bool) *config.Config {
977 return &config.Config{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected