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

Method Metadata

internal/reliability/manager_test.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42func (a *streamCaptureAdapter) Health(context.Context) error { return nil }
43
44func (a *streamCaptureAdapter) Metadata() types.BackendMetadata {
45 return types.BackendMetadata{Name: a.name}
46}
47
48func TestExecuteWithFallback_ForcesNonStreamOnFallbackWhenDisabled(t *testing.T) {
49 cfg := &config.Config{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected