| 293 | } |
| 294 | |
| 295 | QUrl GitPlugin::repositoryRoot(const QUrl& path) |
| 296 | { |
| 297 | return QUrl::fromLocalFile(dotGitDirectory(path).absolutePath()); |
| 298 | } |
| 299 | |
| 300 | bool GitPlugin::isValidDirectory(const QUrl & dirPath) |
| 301 | { |
nothing calls this directly
no test coverage detected