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

Method readFile

packages/shell/src/tests/memory.test.ts:831–833  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

829 ) {}
830
831 async readFile(path: string) {
832 return this.inner.readFile(path);
833 }
834
835 async readFileBytes(path: string) {
836 return this.inner.readFileBytes(path);

Callers

nothing calls this directly

Calls 1

readFileMethod · 0.65

Tested by

no test coverage detected