MCPcopy Create free account
hub / github.com/breck7/scroll / list

Method list

external/.scrollLibs.js:21946–21948  ·  view source on GitHub ↗
(absolutePath)

Source from the content-addressed store, hash-verified

21944 return await this._storage.write(absolutePath, content)
21945 }
21946 async list(absolutePath) {
21947 return await this._storage.list(absolutePath)
21948 }
21949 dirname(absolutePath) {
21950 return this._storage.dirname(absolutePath)
21951 }

Callers 1

getFusedFilesInFolderMethod · 0.95

Calls 1

listMethod · 0.45

Tested by

no test coverage detected