MCPcopy Create free account
hub / github.com/cloudflare/computer / readdir

Method readdir

packages/computerd/src/fuse/driver.ts:50–50  ·  view source on GitHub ↗
(path: string, cb: ResultCallback<string[]>)

Source from the content-addressed store, hash-verified

48 init(cb?: StatusCallback): void;
49 error: NotImplementedOperation;
50 readdir(path: string, cb: ResultCallback<string[]>): void;
51 getattr(path: string, cb: ResultCallback<FuseStat | null>): void;
52 fgetattr(path: string, fh: number, cb: ResultCallback<FuseStat | null>): void;
53 open(path: string, flags: number, cb: ResultCallback<number>): void;

Callers 2

filesystem.test.tsFile · 0.65
driver.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected