()
| 23 | } |
| 24 | |
| 25 | get searchIndex() { |
| 26 | if (!this.quickCache.searchIndex) this.quickCache.searchIndex = this.makeNameSearchIndex() |
| 27 | return this.quickCache.searchIndex |
| 28 | } |
| 29 | |
| 30 | makeFilePath(id) { |
| 31 | return path.join(this.conceptsFolder, id + ".scroll") |
nothing calls this directly
no test coverage detected