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

Method UpdatePolicy

internal/inferexec/orchestrator_test.go:66–67  ·  view source on GitHub ↗
(ctx context.Context, requestID string, snap []byte, routeReason, backend *string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected