Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ finalize
Function
finalize
src/serializers/XmlSerializer.h:26–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
void writeHeader() {}
25
26
void finalize() { implementation_->finalize(); }
27
void setFile(IfcParse::IfcFile*) { throw IfcParse::IfcException(
"Should be supplied on construction"
); }
28
};
29
Callers
nothing calls this directly
Calls
1
finalize
Method · 0.45
Tested by
no test coverage detected