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

Method Health

internal/adapters/mock/mock.go:54–56  ·  view source on GitHub ↗
(_ context.Context)

Source from the content-addressed store, hash-verified

52}
53
54func (a *Adapter) Health(_ context.Context) error {
55 return nil
56}
57
58func (a *Adapter) Metadata() types.BackendMetadata {
59 return types.BackendMetadata{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected