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

Method summarizeTree

packages/shell/src/memory.ts:192–197  ·  view source on GitHub ↗
(
    path: string,
    options?: StateTreeOptions
  )

Source from the content-addressed store, hash-verified

190 }
191
192 async summarizeTree(
193 path: string,
194 options?: StateTreeOptions
195 ): Promise<StateTreeSummary> {
196 return summarizeTree(path, this.createTreeOps(), options);
197 }
198
199 async searchText(
200 path: string,

Callers

nothing calls this directly

Calls 2

createTreeOpsMethod · 0.95
summarizeTreeFunction · 0.90

Tested by

no test coverage detected