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

Method appendFile

packages/dofs/src/provider.ts:492–498  ·  view source on GitHub ↗
(
    _path: string,
    _data: string | Buffer,
    _options?: { encoding?: BufferEncoding; mode?: number } | BufferEncoding,
  )

Source from the content-addressed store, hash-verified

490 }
491
492 appendFile(
493 _path: string,
494 _data: string | Buffer,
495 _options?: { encoding?: BufferEncoding; mode?: number } | BufferEncoding,
496 ): Promise<void> {
497 return Promise.reject(notImplemented("appendFile"));
498 }
499
500 appendFileSync(
501 _path: string,

Callers

nothing calls this directly

Calls 2

rejectMethod · 0.80
notImplementedFunction · 0.70

Tested by

no test coverage detected