MCPcopy Create free account
hub / github.com/anus-dev/ANUS /

Class

packages/core/src/services/fileDiscoveryService.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export class FileDiscoveryService {
20 private gitIgnoreFilter: GitIgnoreFilter | null = null;
21 private anusIgnoreFilter: GitIgnoreFilter | null = null;
22 private projectRoot: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected