(relativePath)
| 25 | } |
| 26 | |
| 27 | didAdd(relativePath) { |
| 28 | this.ui.writeLine(`File added: "${relativePath}"`); |
| 29 | } |
| 30 | |
| 31 | didDelete(relativePath) { |
| 32 | this.ui.writeLine(`File deleted: "${relativePath}"`); |
nothing calls this directly
no outgoing calls
no test coverage detected