| 11 | ) |
| 12 | |
| 13 | type serverLedger struct{ s *Server } |
| 14 | |
| 15 | func (l serverLedger) CreateRequest(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time) { |
| 16 | l.s.createLedgerRequest(ctx, traceID, requestID, req, now) |
nothing calls this directly
no outgoing calls
no test coverage detected