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

Method Stop

lib/icinga/comment.cpp:105–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void Comment::Stop(bool runtimeRemoved)
106{
107 GetCheckable()->UnregisterComment(this);
108
109 if (runtimeRemoved)
110 OnCommentRemoved(this);
111
112 ObjectImpl<Comment>::Stop(runtimeRemoved);
113}
114
115Checkable::Ptr Comment::GetCheckable() const
116{

Callers

nothing calls this directly

Calls 1

UnregisterCommentMethod · 0.80

Tested by

no test coverage detected