Searched refs:is_repo (Results 1 – 2 of 2) sorted by relevance
/external/pigweed/pw_presubmit/py/pw_presubmit/ | ||
D | git_repo.py | 159 def is_repo(repo_path: PathOrStr = '.') -> bool: function |
D | format_code.py | 370 repo = git_repo.root() if git_repo.is_repo() else None |