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

Method FlushBuffer

generator/feature_generator.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void FeaturesCollector::FlushBuffer()
58{
59 m_dataFile.Write(m_writeBuffer.data(), m_writePosition);
60 m_writePosition = 0;
61}
62
63void FeaturesCollector::Flush()
64{

Callers

nothing calls this directly

Calls 2

WriteMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected