Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
void Checkable::UnregisterComment(const Comment::Ptr& comment)
73
{
74
std::unique_lock<std::mutex> lock(m_CommentMutex);
75
m_Comments.erase(comment);
76
}
Callers
1
Stop
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected