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

Method MergeInto

generator/restriction_writer.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void RestrictionWriter::MergeInto(RestrictionWriter & collector) const
203{
204 CHECK(!m_stream.is_open() || !collector.m_stream.is_open(), ("Finish() has not been called."));
205 base::AppendFileToFile(GetTmpFilename(), collector.GetTmpFilename());
206}
207
208std::string DebugPrint(RestrictionWriter::ViaType const & type)
209{

Callers

nothing calls this directly

Calls 2

AppendFileToFileFunction · 0.85
GetTmpFilenameMethod · 0.80

Tested by

no test coverage detected