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

Method walkTree

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

Source from the content-addressed store, hash-verified

183 }
184
185 async walkTree(
186 path: string,
187 options?: StateTreeOptions
188 ): Promise<StateTreeNode> {
189 return buildTree(path, this.createTreeOps(), options);
190 }
191
192 async summarizeTree(
193 path: string,

Callers 1

collectArchiveEntriesMethod · 0.95

Calls 2

createTreeOpsMethod · 0.95
buildTreeFunction · 0.90

Tested by

no test coverage detected