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