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