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

Method SetSelector

libs/indexer/drawing_rules.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void BaseRule::SetSelector(unique_ptr<ISelector> && selector)
67{
68 m_selector = std::move(selector);
69}
70
71RulesHolder::RulesHolder() : m_bgColors(scales::UPPER_STYLE_SCALE + 1, DEFAULT_BG_COLOR) {}
72

Callers 1

AddRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected