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

Method MergeIntoBase

generator/translator.hpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void MergeIntoBase(Translator & other) const { other.m_collector->Merge(*m_collector); }
58
59 std::shared_ptr<FilterInterface> m_filter;
60 std::shared_ptr<CollectorInterface> m_collector;

Callers

nothing calls this directly

Calls 1

MergeMethod · 0.45

Tested by

no test coverage detected