Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
void FeaturesCollector::FlushBuffer()
58
{
59
m_dataFile.Write(m_writeBuffer.data(), m_writePosition);
60
m_writePosition = 0;
61
}
62
63
void FeaturesCollector::Flush()
64
{
Callers
nothing calls this directly
Calls
2
Write
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected