(file, particle = this.getParticle(file))
| 64 | } |
| 65 | |
| 66 | async formatAndSave(file, particle = this.getParticle(file)) { |
| 67 | return this._formatAndSave(this.makeFilePath(file.id), particle) |
| 68 | } |
| 69 | |
| 70 | makeNameSearchIndex(files = this.concepts.slice(0).reverse()) { |
| 71 | const map = new Map() |
no test coverage detected