MCPcopy
hub / github.com/mixedbread-ai/mgrep / isIgnored

Method isIgnored

src/lib/file.ts:42–42  ·  view source on GitHub ↗

* Checks if a file should be ignored

(filePath: string, root: string)

Source from the content-addressed store, hash-verified

40 * Checks if a file should be ignored
41 */
42 isIgnored(filePath: string, root: string): boolean;
43
44 /**
45 * Loads the mgrepignore file for a directory

Callers 3

handleFileEventFunction · 0.65
watchDirectoryFunction · 0.65
initialSyncFunction · 0.65

Implementers 1

NodeFileSystemsrc/lib/file.ts

Calls

no outgoing calls

Tested by

no test coverage detected