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

Method instance_by_id

src/ifcparse/IfcFile.cpp:499–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497
498
499IfcUtil::IfcBaseClass* IfcParse::impl::rocks_db_file_storage::instance_by_id(int id)
500{
501 // @todo rename assert_existance() -> instance_by_id();
502 // - no cannot be done, because it needs to differentiate between entity instances and typedecls
503 return assert_existance(id, entityinstance_ref);
504}
505
506void IfcParse::impl::rocks_db_file_storage::process_deletion_inverse(IfcUtil::IfcBaseClass* inst)
507{

Callers 8

read_surface_styleMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
write_non_streaming_Method · 0.45
getMethod · 0.45
get_objectMethod · 0.45
start_elementFunction · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected