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

Method _getFilesInFolder

scroll.js:79–82  ·  view source on GitHub ↗
(folder)

Source from the content-addressed store, hash-verified

77 }
78
79 async _getFilesInFolder(folder) {
80 const folderPath = ensureFolderEndsInSlash(folder)
81 return await this.sfs.getFusedFilesInFolder(folderPath, ".scroll") // Init/cache all parsers
82 }
83
84 async getErrorsInFolder(folder) {
85 const files = await this._getFilesInFolder(folder)

Callers 2

getErrorsInFolderMethod · 0.95
testCommandMethod · 0.95

Calls 2

ensureFolderEndsInSlashFunction · 0.85
getFusedFilesInFolderMethod · 0.80

Tested by

no test coverage detected