MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / GetNextExpressID

Method GetNextExpressID

src/cpp/web-ifc/parsing/IfcLoader.cpp:740–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738 }
739
740 uint32_t IfcLoader::GetNextExpressID(uint32_t expressId) const {
741 uint32_t currentId = expressId+1;
742 while(!_lines.contains(currentId)) currentId++;
743 return currentId;
744 }
745
746 std::string IfcLoader::GetExpandedUUIDArgument() const
747 {

Callers 1

GetNextExpressIDFunction · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected