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

Method GetCheckable

lib/icinga/notification.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159Checkable::Ptr Notification::GetCheckable() const
160{
161 return static_pointer_cast<Checkable>(m_Checkable);
162}
163
164NotificationCommand::Ptr Notification::GetCommand() const
165{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected