MCPcopy Create free account
hub / github.com/SunHuawei/SourceDetector / SourceMapShape

Interface SourceMapShape

tests/verify_scanner.ts:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import { scanCode } from '../src/utils/leakScanner.ts';
8
9interface SourceMapShape {
10 sourcesContent?: string[];
11}
12
13const EXPECTED_FAKE_OPENAI_KEY = 'sk-1234567890abcdef1234567890abcdef1234567890abcdef';
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected