MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / fetch

Function fetch

src/bonsai/bonsai/core/ifcgit.py:222–223  ·  view source on GitHub ↗
(ifcgit: type[tool.IfcGit], remote_name: str)

Source from the content-addressed store, hash-verified

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

Callers 4

initEnvironmentFunction · 0.85
chatFunction · 0.85
chatFunction · 0.85
chatFunction · 0.85

Calls 1

fetchMethod · 0.45

Tested by

no test coverage detected