MCPcopy Create free account
hub / github.com/cloudflare/computer / lsTree

Function lsTree

packages/computer/src/git/index.ts:508–515  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

506 });
507 },
508 async lsTree(options) {
509 return lsTreeWith({
510 ...options,
511 fs: await fs(),
512 git: await loadGit<IsomorphicGitReadsClient>(),
513 cache,
514 });
515 },
516 async branch(options) {
517 return branchWith({
518 ...options,

Callers

nothing calls this directly

Calls 2

lsTreeWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected