Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breck7/scroll
/ listCommand
Method
listCommand
scroll.js:211–213 ·
view source on GitHub ↗
(cwd)
Source
from the content-addressed store, hash-verified
209
}
210
211
listCommand(cwd) {
212
return
this.findScrollsInDirRecursive(cwd)
213
}
214
215
findScrollsInDirRecursive(dir) {
216
const
folders = {}
Callers
1
scroll.test.js
File · 0.80
Calls
1
findScrollsInDirRecursive
Method · 0.95
Tested by
no test coverage detected