Searched refs:has_file_in_tree (Results 1 – 3 of 3) sorted by relevance
29 has_file_in_tree,58 if not has_file_in_tree(e.dst_path, head_tree):
35 has_file_in_tree,66 if not has_file_in_tree(e.dst_path, commit_tree):500 if not has_file_in_tree(e.dst_path, repo.head.commit.tree):
426 return has_file_in_tree(path, self.commit.tree)438 def has_file_in_tree(path: str, tree: Tree) -> bool: function