MCPcopy
hub / github.com/freshframework/fresh / walk

Method walk

packages/fresh/src/fs.ts:5–5  ·  view source on GitHub ↗
(
    root: string | URL,
    options?: WalkOptions,
  )

Source from the content-addressed store, hash-verified

3export interface FsAdapter {
4 cwd(): string;
5 walk(
6 root: string | URL,
7 options?: WalkOptions,
8 ): AsyncIterableIterator<WalkEntry>;

Callers 3

walkDirFunction · 0.80
flushMethod · 0.80
handlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected