MCPcopy Index your code
hub / github.com/InferCore/InferCore / MarkSuccess

Method MarkSuccess

internal/server/orchestrator.go:27–29  ·  view source on GitHub ↗
(ctx context.Context, requestID, backend, routeReason string)

Source from the content-addressed store, hash-verified

25}
26
27func (l serverLedger) MarkSuccess(ctx context.Context, requestID, backend, routeReason string) {
28 l.s.markLedgerSuccess(ctx, requestID, backend, routeReason)
29}
30
31func (s *Server) inferOrchestrator() *inferexec.Orchestrator {
32 var ledger inferexec.Ledger

Callers

nothing calls this directly

Calls 1

markLedgerSuccessMethod · 0.80

Tested by

no test coverage detected