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

Method MergeInto

generator/maxspeeds_collector.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void MaxspeedsCollector::MergeInto(MaxspeedsCollector & collector) const
136{
137 CHECK(!m_stream.is_open() || !collector.m_stream.is_open(), ("Finish() has not been called."));
138 base::AppendFileToFile(GetTmpFilename(), collector.GetTmpFilename());
139}
140} // namespace generator

Callers

nothing calls this directly

Calls 2

AppendFileToFileFunction · 0.85
GetTmpFilenameMethod · 0.80

Tested by

no test coverage detected