Searched refs:list_remotes (Results 1 – 2 of 2) sorted by relevance
/tools/external_updater/ | ||
D | git_updater.py | 32 remotes = git_utils.list_remotes(self._proj_path) |
D | git_utils.py | 56 def list_remotes(proj_path: Path) -> Dict[str, str]: function |