Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
lsTree
Method · 0.80
push
Method · 0.65
Tested by
no test coverage detected