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

Method statfs

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

Source from the content-addressed store, hash-verified

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;
85 fsync(path: string, fh: number, datasync: number, cb: StatusCallback): void;

Callers 1

driver.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected