Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ ~EventsInbox
Method
~EventsInbox
lib/remote/eventqueue.cpp:158–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
EventsInbox::~EventsInbox()
159
{
160
std::unique_lock<std::mutex> lock (m_FiltersMutex);
161
162
if (!--m_Filter->second.Refs) {
163
m_Filters.erase(m_Filter);
164
}
165
}
166
167
const Expression::Ptr& EventsInbox::GetFilter()
168
{
Callers
nothing calls this directly
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected