| 57 | } |
| 58 | |
| 59 | type stubLedger struct { |
| 60 | failCalls int |
| 61 | } |
| 62 | |
| 63 | func (s *stubLedger) CreateRequest(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time) { |
| 64 | } |
nothing calls this directly
no outgoing calls
no test coverage detected