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

Method mount

packages/computerd/src/fuse/driver.ts:140–140  ·  view source on GitHub ↗
(cb: (error: Error | null) => void)

Source from the content-addressed store, hash-verified

138
139interface FuseNativeInstance {
140 mount(cb: (error: Error | null) => void): void;
141 unmount(cb: (error: Error | null) => void): void;
142 _fuseOptions(): string;
143}

Callers 1

mountFuseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected