Check if there are no remotes configured.
(&self)
| 371 | |
| 372 | /// Check if there are no remotes configured. |
| 373 | pub fn is_empty(&self) -> bool { |
| 374 | self.remotes.is_empty() |
| 375 | } |
| 376 | |
| 377 | /// Get the number of configured remotes. |
| 378 | pub fn len(&self) -> usize { |
no outgoing calls
no test coverage detected