(info)
| 360 | }, |
| 361 | |
| 362 | edit(info) { |
| 363 | this._writeStatusToUI(chalk.green, 'edited', info.displayPath); |
| 364 | }, |
| 365 | |
| 366 | remove(info) { |
| 367 | this._writeStatusToUI(chalk.red, 'remove', info.displayPath); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…