MCPcopy Create free account
hub / github.com/cloudflare/agents / readdirWithFileTypes

Method readdirWithFileTypes

packages/shell/src/backend.ts:298–298  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

296 mkdir(path: string, options?: StateMkdirOptions): Promise<void>;
297 readdir(path: string): Promise<string[]>;
298 readdirWithFileTypes(path: string): Promise<StateDirent[]>;
299 find(path: string, options?: StateFindOptions): Promise<StateFindEntry[]>;
300 walkTree(path: string, options?: StateTreeOptions): Promise<StateTreeNode>;
301 summarizeTree(

Callers 3

readdirWithFileTypesMethod · 0.65
buildTreeNodeFunction · 0.65
visitFindFunction · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected