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

Struct streamCaptureAdapter

internal/reliability/manager_test.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23func (a timeoutAdapter) Metadata() types.BackendMetadata { return types.BackendMetadata{Name: a.name} }
24
25type streamCaptureAdapter struct {
26 name string
27 lastStream *bool
28}
29
30func (a *streamCaptureAdapter) Name() string { return a.name }
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected