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

Method failLedger

internal/inferexec/orchestrator.go:218–222  ·  view source on GitHub ↗
(ctx context.Context, requestID string)

Source from the content-addressed store, hash-verified

216}
217
218func (o *Orchestrator) failLedger(ctx context.Context, requestID string) {
219 if o.Ledger != nil {
220 o.Ledger.Fail(ctx, requestID)
221 }
222}

Callers 1

RunMethod · 0.95

Calls 1

FailMethod · 0.65

Tested by

no test coverage detected