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

Method readFileContent

examples/workspace-chat/src/server.ts:263–265  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

261
262 @callable()
263 async readFileContent(path: string): Promise<string | null> {
264 return await this.workspace.readFile(path);
265 }
266
267 @callable()
268 async deleteFileAtPath(path: string): Promise<boolean> {

Callers

nothing calls this directly

Calls 1

readFileMethod · 0.65

Tested by

no test coverage detected