(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time)
| 61 | } |
| 62 | |
| 63 | func (s *stubLedger) CreateRequest(ctx context.Context, traceID, requestID string, req types.AIRequest, now time.Time) { |
| 64 | } |
| 65 | func (s *stubLedger) Fail(ctx context.Context, requestID string) { s.failCalls++ } |
| 66 | func (s *stubLedger) UpdatePolicy(ctx context.Context, requestID string, snap []byte, routeReason, backend *string) { |
| 67 | } |
nothing calls this directly
no outgoing calls
no test coverage detected