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

Method MergeInto

generator/collector_collection.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CollectorCollection::MergeInto(CollectorCollection & collector) const
57{
58 auto & otherCollection = collector.m_collection;
59 CHECK_EQUAL(m_collection.size(), otherCollection.size(), ());
60 for (size_t i = 0; i < m_collection.size(); ++i)
61 otherCollection[i]->Merge(*m_collection[i]);
62}
63} // namespace generator

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
MergeMethod · 0.45

Tested by

no test coverage detected