Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
export
interface
FsAdapter {
4
cwd(): string;
5
walk(
6
root: string | URL,
7
options?: WalkOptions,
8
): AsyncIterableIterator<WalkEntry>;
Callers
3
walkDir
Function · 0.80
flush
Method · 0.80
handler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected