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

Function lsTree

packages/computer/src/git/cli.test.ts:255–258  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

253 return fakes.lsFiles?.() ?? [];
254 },
255 async lsTree(options) {
256 calls.lsTree.push(options);
257 return fakes.lsTree?.() ?? [];
258 },
259 async branch(options) {
260 calls.branch.push(options);
261 },

Callers

nothing calls this directly

Calls 2

lsTreeMethod · 0.80
pushMethod · 0.65

Tested by

no test coverage detected