Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
133
bool ApplyRule::HasMatches() const
134
{
135
return m_HasMatches.load(std::memory_order_relaxed);
136
}
137
138
const std::vector<ApplyRule::Ptr>& ApplyRule::GetRules(const Type::Ptr& sourceType, const Type::Ptr& targetType)
139
{
Callers
1
CheckMatches
Method · 0.80
Calls
1
load
Method · 0.80
Tested by
no test coverage detected