* Determines what file system paths the tool will affect. * @returns A list of such paths.
()
| 33 | * @returns A list of such paths. |
| 34 | */ |
| 35 | toolLocations(): ToolLocation[]; |
| 36 | |
| 37 | /** |
| 38 | * Determines if the tool should prompt for confirmation before execution. |
no outgoing calls
no test coverage detected