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

Method readJson

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

Source from the content-addressed store, hash-verified

122 }
123
124 async readJson(path: string): Promise<unknown> {
125 return parseJsonFileContent(await this.readFile(path), path);
126 }
127
128 async writeJson(
129 path: string,

Callers 2

queryJsonMethod · 0.95
updateJsonMethod · 0.95

Calls 2

readFileMethod · 0.95
parseJsonFileContentFunction · 0.90

Tested by

no test coverage detected