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

Method rmdir

packages/computerd/src/fuse/driver.ts:79–79  ·  view source on GitHub ↗
(path: string, cb: StatusCallback)

Source from the content-addressed store, hash-verified

77 unlink(path: string, cb: StatusCallback): void;
78 mkdir(path: string, mode: number, cb: StatusCallback): void;
79 rmdir(path: string, cb: StatusCallback): void;
80 rename(source: string, destination: string, cb: StatusCallback): void;
81 access(path: string, mode: number, cb: StatusCallback): void;
82 statfs(path: string, cb: ResultCallback<Record<string, number>>): void;

Callers 2

driver.test.tsFile · 0.65
removePathFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected