(ifcgit: type[tool.IfcGit], remote_name: str)
| 220 | |
| 221 | |
| 222 | def fetch(ifcgit: type[tool.IfcGit], remote_name: str) -> None: |
| 223 | ifcgit.fetch(remote_name) |
| 224 | |
| 225 | |
| 226 | def run_git_diff(ifcgit: type[tool.IfcGit], operator: bpy.types.Operator, save_to_temp: bool) -> None: |
no test coverage detected