MCPcopy Create free account
hub / github.com/Icinga/icinga2 / HasMatches

Method HasMatches

lib/config/applyrule.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool ApplyRule::HasMatches() const
134{
135 return m_HasMatches.load(std::memory_order_relaxed);
136}
137
138const std::vector<ApplyRule::Ptr>& ApplyRule::GetRules(const Type::Ptr& sourceType, const Type::Ptr& targetType)
139{

Callers 1

CheckMatchesMethod · 0.80

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected