MCPcopy
hub / github.com/garrytan/gstack / ids

Function ids

test/redact-engine.test.ts:26–28  ·  view source on GitHub ↗
(text: string, vis: RepoVisibility = "private")

Source from the content-addressed store, hash-verified

24} from "../lib/redact-patterns";
25
26function ids(text: string, vis: RepoVisibility = "private"): string[] {
27 return scan(text, { repoVisibility: vis }).findings.map((f) => f.id);
28}
29
30describe("HIGH credential patterns", () => {
31 const cases: Array<[string, string]> = [

Callers 1

Calls 1

scanFunction · 0.90

Tested by

no test coverage detected