Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ finalize
Method
finalize
src/serializers/RocksDbSerializer.cpp:369–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
367
}
368
369
void RocksDbSerializer::finalize() {
370
if (file_.index() == 0) {
371
write_non_streaming_();
372
} else {
373
write_streaming_();
374
}
375
}
376
377
378
#endif
Callers
1
convert_path_to_rocksdb
Function · 0.95
Calls
1
index
Method · 0.80
Tested by
no test coverage detected