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

Method MarkSuccess

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

Source from the content-addressed store, hash-verified

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) {}
69
70func baseReq() *types.AIRequest {
71 return &types.AIRequest{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected