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

Method invoke

src/bonsai/bonsai/bim/module/ifcgit/operator.py:295–300  ·  view source on GitHub ↗
(self, context, event)

Source from the content-addressed store, hash-verified

293 return False
294
295 def invoke(self, context, event):
296 if event.ctrl:
297 core.dry_run_merge(tool.IfcGit, tool.Ifc, self)
298 refresh()
299 return {"FINISHED"}
300 return self.execute(context)
301
302 def execute(self, context):
303 if core.merge_branch(tool.IfcGit, tool.Ifc, self) is not False:

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
refreshFunction · 0.90

Tested by

no test coverage detected