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

Method UnregisterComment

lib/icinga/checkable-comment.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void Checkable::UnregisterComment(const Comment::Ptr& comment)
73{
74 std::unique_lock<std::mutex> lock(m_CommentMutex);
75 m_Comments.erase(comment);
76}

Callers 1

StopMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected