(info)
| 355 | }, |
| 356 | |
| 357 | overwrite(info) { |
| 358 | this._writeStatusToUI(chalk.yellow, 'overwrite', info.displayPath); |
| 359 | return this._writeFile(info); |
| 360 | }, |
| 361 | |
| 362 | edit(info) { |
| 363 | this._writeStatusToUI(chalk.green, 'edited', info.displayPath); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…