MCPcopy Index your code
hub / github.com/garrytan/gstack / withFlags

Function withFlags

lib/redact-engine.ts:371–376  ·  view source on GitHub ↗
(flags: string)

Source from the content-addressed store, hash-verified

369}
370
371function withFlags(flags: string): string {
372 let f = flags;
373 if (!f.includes("g")) f += "g";
374 if (!f.includes("m")) f += "m";
375 return f;
376}
377
378// ── Auto-redaction ────────────────────────────────────────────────────────────
379

Callers 2

scanFunction · 0.85
locateSpanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected