MCPcopy 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
158EventsInbox::~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
167const Expression::Ptr& EventsInbox::GetFilter()
168{

Callers

nothing calls this directly

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected