Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mixedbread-ai/mgrep
/ getFiles
Method
getFiles
src/lib/file.ts:37–37 ·
view source on GitHub ↗
* Gets all files in a directory
(dirRoot: string)
Source
from the content-addressed store, hash-verified
35
* Gets all files in a directory
36
*/
37
getFiles(dirRoot: string): Generator<string>;
38
39
/**
40
* Checks
if
a file should be ignored
Callers
1
initialSync
Function · 0.65
Implementers
1
NodeFileSystem
src/lib/file.ts
Calls
no outgoing calls
Tested by
no test coverage detected