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

Method getattr

packages/computerd/src/fuse/driver.ts:51–51  ·  view source on GitHub ↗
(path: string, cb: ResultCallback<FuseStat | null>)

Source from the content-addressed store, hash-verified

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;
54 opendir(path: string, flags: number, cb: ResultCallback<number>): void;

Callers 2

fgetattrFunction · 0.80
driver.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected