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

Method access

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

Source from the content-addressed store, hash-verified

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;
83 chmod(path: string, mode: number, cb: StatusCallback): void;
84 chown(path: string, uid: number, gid: number, cb: StatusCallback): void;

Callers 3

shim.test.tsFile · 0.65
loadBundlerFunction · 0.65
driver.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

loadBundlerFunction · 0.52