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

Method createTreeOps

packages/shell/src/memory.ts:465–471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

463 }
464
465 private createTreeOps() {
466 return {
467 lstat: this.lstat.bind(this),
468 readdirWithFileTypes: this.readdirWithFileTypes.bind(this),
469 resolvePath: this.resolvePath.bind(this)
470 };
471 }
472
473 private async collectArchiveEntries(
474 sources: string[]

Callers 3

findMethod · 0.95
walkTreeMethod · 0.95
summarizeTreeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected