| 7 | import { scanCode } from '../src/utils/leakScanner.ts'; |
| 8 | |
| 9 | interface SourceMapShape { |
| 10 | sourcesContent?: string[]; |
| 11 | } |
| 12 | |
| 13 | const EXPECTED_FAKE_OPENAI_KEY = 'sk-1234567890abcdef1234567890abcdef1234567890abcdef'; |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected