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

Method MergeInto

generator/translator_collection.cpp:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void TranslatorCollection::MergeInto(TranslatorCollection & other) const
35{
36 auto & otherCollection = other.m_collection;
37 CHECK_EQUAL(m_collection.size(), otherCollection.size(), ());
38 for (size_t i = 0; i < m_collection.size(); ++i)
39 otherCollection[i]->Merge(*m_collection[i]);
40}
41} // namespace generator

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
MergeMethod · 0.45

Tested by

no test coverage detected