MCPcopy Create free account
hub / github.com/comaps/comaps / SaveIndex

Method SaveIndex

generator/intermediate_data.cpp:444–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444void IntermediateDataWriter::SaveIndex()
445{
446 m_ways.SaveOffsets();
447 m_relations.SaveOffsets();
448
449 m_nodeToRelations.WriteAll();
450 m_wayToRelations.WriteAll();
451 m_relationToRelations.WriteAll();
452}
453
454// Functions
455std::unique_ptr<PointStorageReaderInterface> CreatePointStorageReader(feature::GenerateInfo::NodeStorageType type,

Callers 1

GenerateIntermediateDataFunction · 0.80

Calls 2

SaveOffsetsMethod · 0.80
WriteAllMethod · 0.80

Tested by

no test coverage detected