(ctx context.Context, requestID, backend, routeReason string)
| 66 | func (s *stubLedger) UpdatePolicy(ctx context.Context, requestID string, snap []byte, routeReason, backend *string) { |
| 67 | } |
| 68 | func (s *stubLedger) MarkSuccess(ctx context.Context, requestID, backend, routeReason string) {} |
| 69 | |
| 70 | func baseReq() *types.AIRequest { |
| 71 | return &types.AIRequest{ |
nothing calls this directly
no outgoing calls
no test coverage detected