MCPcopy Index your code
hub / github.com/forloopcodes/contextplus / FileEntry

Interface FileEntry

src/core/walker.ts:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14export interface FileEntry {
15 path: string;
16 relativePath: string;
17 isDirectory: boolean;
18 depth: number;
19}
20
21const ALWAYS_IGNORE = new Set([
22 "node_modules",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected