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

Method appendFile

packages/shell/src/backend.ts:281–281  ·  view source on GitHub ↗
(path: string, content: string | Uint8Array)

Source from the content-addressed store, hash-verified

279 writeFile(path: string, content: string): Promise<void>;
280 writeFileBytes(path: string, content: Uint8Array): Promise<void>;
281 appendFile(path: string, content: string | Uint8Array): Promise<void>;
282 readJson(path: string): Promise<unknown>;
283 writeJson(
284 path: string,

Callers 4

appendFileMethod · 0.65
appendFileMethod · 0.65
appendFileMethod · 0.65
appendFileMethod · 0.65

Implementers 1

FileSystemStateBackendpackages/shell/src/memory.ts

Calls

no outgoing calls

Tested by

no test coverage detected