| 32 | std::condition_variable Checkable::m_PendingChecksCV; |
| 33 | |
| 34 | CheckCommand::Ptr Checkable::GetCheckCommand() const |
| 35 | { |
| 36 | return dynamic_pointer_cast<CheckCommand>(NavigateCheckCommandRaw()); |
| 37 | } |
| 38 | |
| 39 | TimePeriod::Ptr Checkable::GetCheckPeriod() const |
| 40 | { |
no outgoing calls
no test coverage detected