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

Method SetHierarchyEntryEnricher

generator/hierarchy.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216void HierarchyLinesBuilder::SetHierarchyEntryEnricher(std::unique_ptr<HierarchyEntryEnricher> && enricher)
217{
218 m_enricher = std::move(enricher);
219}
220
221std::vector<HierarchyEntry> HierarchyLinesBuilder::GetHierarchyLines()
222{

Callers 1

ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected