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

Method queryJson

packages/shell/src/memory.ts:139–141  ·  view source on GitHub ↗
(path: string, query: string)

Source from the content-addressed store, hash-verified

137 }
138
139 async queryJson(path: string, query: string): Promise<unknown> {
140 return queryJsonValue(await this.readJson(path), query);
141 }
142
143 async updateJson(
144 path: string,

Callers

nothing calls this directly

Calls 2

readJsonMethod · 0.95
queryJsonValueFunction · 0.90

Tested by

no test coverage detected