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

Struct stubLedger

internal/inferexec/orchestrator_test.go:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type stubLedger struct {
60 failCalls int
61}
62
63func (s *stubLedger) CreateRequest(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time) {
64}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected