MCPcopy 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.jsFile · 0.80

Calls 1

Tested by

no test coverage detected