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

Method MergeInto

generator/metalines_builder.cpp:249–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void MetalinesBuilder::MergeInto(MetalinesBuilder & collector) const
250{
251 CHECK(!m_writer || !collector.m_writer, ("Finish() has not been called."));
252 base::AppendFileToFile(GetTmpFilename(), collector.GetTmpFilename());
253}
254
255// Functions --------------------------------------------------------------------------------
256bool WriteMetalinesSection(std::string const & mwmPath, std::string const & metalinesPath,

Callers

nothing calls this directly

Calls 2

AppendFileToFileFunction · 0.85
GetTmpFilenameMethod · 0.80

Tested by

no test coverage detected