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

Interface WalkOptions

src/core/walker.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import ignore, { type Ignore } from "ignore";
7
8export interface WalkOptions {
9 targetPath?: string;
10 depthLimit?: number;
11 rootDir: string;
12}
13
14export interface FileEntry {
15 path: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected