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

Method GetCheckable

lib/icinga/comment.cpp:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115Checkable::Ptr Comment::GetCheckable() const
116{
117 return static_pointer_cast<Checkable>(m_Checkable);
118}
119
120bool Comment::IsExpired() const
121{

Callers 15

RemoveDowntimeHandlerMethod · 0.45
PrepareObjectMethod · 0.45
SendStartedDowntimeMethod · 0.45
SendRemovedDowntimeMethod · 0.45
SendAddedCommentMethod · 0.45
SendRemovedCommentMethod · 0.45
AddCommentInternalMethod · 0.45
RemoveCommentInternalMethod · 0.45
AddDowntimeInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected