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

Method Health

internal/server/server_test.go:936–936  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

934}
935
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"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected