()
| 8 | } |
| 9 | |
| 10 | export function detectPass(): DetectionResult { |
| 11 | return { warning: null, verdict: "pass" }; |
| 12 | } |
| 13 | |
| 14 | export function detectBlock(warning: Warning): DetectionResult { |
| 15 | return { warning, verdict: "block" }; |
nothing calls this directly
no outgoing calls
no test coverage detected