MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

src/extraction/index.ts:627–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 * Single source of truth for indexer and watcher scope — they must not diverge.
626 */
627export class ScopeIgnore {
628 private embedded: Array<{ root: string; matcher: Ignore }>;
629 private defaults: Ignore = defaultsOnlyIgnore();
630 constructor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected