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

Method MergeInto

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

Source from the content-addressed store, hash-verified

55}
56
57void CollectorTag::MergeInto(CollectorTag & collector) const
58{
59 CHECK(!m_stream.is_open() || !collector.m_stream.is_open(), ("Finish() has not been called."));
60 base::AppendFileToFile(GetTmpFilename(), collector.GetTmpFilename());
61}
62} // namespace generator

Callers

nothing calls this directly

Calls 2

AppendFileToFileFunction · 0.85
GetTmpFilenameMethod · 0.80

Tested by

no test coverage detected