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

Method Snapshot

internal/inferexec/orchestrator_test.go:55–57  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

53func (stubSLO) RecordCompletion(string, time.Time) {}
54func (stubSLO) RecordFallback(string, string) {}
55func (stubSLO) Snapshot(string) types.SLOSnapshot {
56 return types.SLOSnapshot{}
57}
58
59type stubLedger struct {
60 failCalls int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected