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

Method Metadata

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

Source from the content-addressed store, hash-verified

936func (b *blockingInferAdapter) Health(context.Context) error { return nil }
937
938func (b *blockingInferAdapter) Metadata() types.BackendMetadata {
939 return types.BackendMetadata{Name: b.name, Type: "mock"}
940}
941
942type alwaysUnhealthyAdapter struct {
943 name string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected