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

Method createFileSync

packages/computerd/src/fuse/driver.ts:214–214  ·  view source on GitHub ↗
(path: string, options?: { mode?: number })

Source from the content-addressed store, hash-verified

212
213 interface DirectWriteVfs {
214 createFileSync(path: string, options?: { mode?: number }): void;
215 writeRangeSync(
216 path: string,
217 data: Buffer | Uint8Array,

Callers 3

provider.test.tsFile · 0.65
createFunction · 0.65

Implementers 1

SQLiteWorkspaceProviderpackages/dofs/src/provider.ts

Calls

no outgoing calls

Tested by

no test coverage detected