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

Method setDefaultParserFromString

external/.scrollLibs.js:21995–21997  ·  view source on GitHub ↗
(contents)

Source from the content-addressed store, hash-verified

21993 }
21994 }
21995 setDefaultParserFromString(contents) {
21996 this._setDefaultParser("", ["scroll"], [contents])
21997 }
21998 async getFusedFile(absolutePath) {
21999 const file = await this.getFile(absolutePath)
22000 await file.singlePassFuse()

Callers

nothing calls this directly

Calls 1

_setDefaultParserMethod · 0.95

Tested by

no test coverage detected