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

Function lsFiles

packages/computer/src/git/index.ts:500–507  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

498 });
499 },
500 async lsFiles(options = {}) {
501 return lsFilesWith({
502 ...options,
503 fs: await fs(),
504 git: await loadGit<IsomorphicGitReadsClient>(),
505 cache,
506 });
507 },
508 async lsTree(options) {
509 return lsTreeWith({
510 ...options,

Callers

nothing calls this directly

Calls 2

lsFilesWithFunction · 0.85
fsFunction · 0.70

Tested by

no test coverage detected