(contents)
| 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() |
nothing calls this directly
no test coverage detected