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

Method singlePassFuse

external/.scrollLibs.js:21874–21877  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21872 this.codeAtStart = await this.fileSystem.read(filePath)
21873 }
21874 async singlePassFuse() {
21875 if (!this._fuseRequest) this._fuseRequest = this._singlePassFuse()
21876 return await this._fuseRequest
21877 }
21878 async _singlePassFuse() {
21879 const { fileSystem, filePath, codeAtStart } = this
21880 if (codeAtStart !== undefined) {

Callers 4

_formatAndSaveMethod · 0.80
scrollToHtmlMethod · 0.80
scroll.test.jsFile · 0.80
getFusedFileMethod · 0.80

Calls 1

_singlePassFuseMethod · 0.95

Tested by

no test coverage detected