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

Method Add

generator/intermediate_data.cpp:339–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void IndexFileWriter::Add(Key k, Value const & v)
340{
341 if (m_elements.size() > kFlushCount)
342 WriteAll();
343
344 m_elements.emplace_back(k, v);
345}
346
347// OSMElementCacheReader ---------------------------------------------------------------------------
348OSMElementCacheReader::OSMElementCacheReader(IntermediateDataObjectsCache::AllocatedObjects & allocatedObjects,

Callers 1

AddToIndexFunction · 0.45

Calls 2

sizeMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected