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

Method Fail

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

Source from the content-addressed store, hash-verified

63func (s *stubLedger) CreateRequest(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time) {
64}
65func (s *stubLedger) Fail(ctx context.Context, requestID string) { s.failCalls++ }
66func (s *stubLedger) UpdatePolicy(ctx context.Context, requestID string, snap []byte, routeReason, backend *string) {
67}
68func (s *stubLedger) MarkSuccess(ctx context.Context, requestID, backend, routeReason string) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected