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

Method UnregisterNotification

lib/icinga/checkable-notification.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void Checkable::UnregisterNotification(const Notification::Ptr& notification)
128{
129 std::unique_lock<std::mutex> lock(m_NotificationMutex);
130 m_Notifications.erase(notification);
131}
132
133void Checkable::FireSuppressedNotifications()
134{

Callers 1

StopMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected