Pulls the list of projects from the Remote.
(&self)
| 319 | |
| 320 | /// Pulls the list of projects from the Remote. |
| 321 | pub fn pull_projects(&self) -> Result<(), ()> { |
| 322 | self.pull_projects_with_progress(NoProgressCallback) |
| 323 | } |
| 324 | |
| 325 | /// Pulls the list of projects from the Remote. |
| 326 | /// |
no test coverage detected