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

Struct serverLedger

internal/server/orchestrator.go:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected