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

Method CreateRequest

internal/server/orchestrator.go:15–17  ·  view source on GitHub ↗
(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time)

Source from the content-addressed store, hash-verified

13type serverLedger struct{ s *Server }
14
15func (l serverLedger) CreateRequest(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time) {
16 l.s.createLedgerRequest(ctx, traceID, requestID, req, now)
17}
18
19func (l serverLedger) Fail(ctx context.Context, requestID string) {
20 l.s.updateLedgerFailed(ctx, requestID)

Callers

nothing calls this directly

Calls 1

createLedgerRequestMethod · 0.80

Tested by

no test coverage detected