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

Method getFusedFile

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

Source from the content-addressed store, hash-verified

21996 this._setDefaultParser("", ["scroll"], [contents])
21997 }
21998 async getFusedFile(absolutePath) {
21999 const file = await this.getFile(absolutePath)
22000 await file.singlePassFuse()
22001 return file
22002 }
22003 async getFile(absolutePath) {
22004 if (this._fusedFiles[absolutePath]) return this._fusedFiles[absolutePath]
22005 const file = new ScrollFile(undefined, absolutePath, this)

Callers 3

getFusedFilesInFolderMethod · 0.95
getFilesMethod · 0.80
scroll.test.jsFile · 0.80

Calls 2

getFileMethod · 0.95
singlePassFuseMethod · 0.80

Tested by

no test coverage detected