* Check if the repository is clean * @returns True if the repository is clean
()
| 190 | * @returns True if the repository is clean |
| 191 | */ |
| 192 | async isRepoClean(): Promise<boolean> { |
| 193 | return isRepoClean(); |
| 194 | } |
| 195 | |
| 196 | /** |
| 197 | * Plan and execute a task |
no test coverage detected