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

Method CreateRequest

internal/inferexec/orchestrator_test.go:63–64  ·  view source on GitHub ↗
(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time)

Source from the content-addressed store, hash-verified

61}
62
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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected