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

Method Fail

internal/server/orchestrator.go:19–21  ·  view source on GitHub ↗
(ctx context.Context, requestID string)

Source from the content-addressed store, hash-verified

17}
18
19func (l serverLedger) Fail(ctx context.Context, requestID string) {
20 l.s.updateLedgerFailed(ctx, requestID)
21}
22
23func (l serverLedger) UpdatePolicy(ctx context.Context, requestID string, snap []byte, routeReason, backend *string) {
24 l.s.updateLedgerPolicy(ctx, requestID, snap, routeReason, backend)

Callers

nothing calls this directly

Calls 1

updateLedgerFailedMethod · 0.80

Tested by

no test coverage detected