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

Method RemoveNotification

lib/icinga/usergroup.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void UserGroup::RemoveNotification(const Notification::Ptr& notification)
94{
95 std::unique_lock<std::mutex> lock(m_UserGroupMutex);
96 m_Notifications.erase(notification);
97}
98
99bool UserGroup::ResolveGroupMembership(const User::Ptr& user, bool add, int rstack) {
100

Callers 1

StopMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected