Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ an_ifc_file_exists
Function
an_ifc_file_exists
src/bonsai/test/bim/bootstrap.py:179–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
177
178
179
def
an_ifc_file_exists():
180
ifc = tool.Ifc.get()
181
if
not ifc:
182
assert False,
"No IFC file is available"
183
return
ifc
184
185
186
def
an_ifc_file_does_not_exist():
Callers
4
the_object_name_is_an_ifc_class
Function · 0.70
the_object_name_has_a_type_representation_of_context
Function · 0.70
the_object_name_is_contained_in_container_name
Function · 0.70
the_object_name1_and_name2_are_different_elements
Function · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected