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

Class

packages/computerd/src/fuse/fuse-native.d.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 }
6
7 export default class Fuse {
8 constructor(mountPoint: string, operations: object, options?: FuseOptions);
9 mount(callback: (error: Error | null) => void): void;
10 unmount(callback: (error: Error | null) => void): void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected