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

Method readFile

packages/shell/src/memory.ts:104–106  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

102 }
103
104 async readFile(path: string): Promise<string> {
105 return this.fs.readFile(path);
106 }
107
108 async readFileBytes(path: string): Promise<Uint8Array> {
109 return this.fs.readFileBytes(path);

Callers 7

readJsonMethod · 0.95
searchTextMethod · 0.95
replaceInFileMethod · 0.95
diffMethod · 0.95
diffContentMethod · 0.95
planEditsMethod · 0.95
applyEditsMethod · 0.95

Calls 1

readFileMethod · 0.65

Tested by

no test coverage detected