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

Method find

packages/shell/src/memory.ts:178–183  ·  view source on GitHub ↗
(
    path: string,
    options?: StateFindOptions
  )

Source from the content-addressed store, hash-verified

176 }
177
178 async find(
179 path: string,
180 options?: StateFindOptions
181 ): Promise<StateFindEntry[]> {
182 return findInTree(path, this.createTreeOps(), options);
183 }
184
185 async walkTree(
186 path: string,

Callers

nothing calls this directly

Calls 2

createTreeOpsMethod · 0.95
findInTreeFunction · 0.90

Tested by

no test coverage detected