| 592 | } |
| 593 | |
| 594 | Value HostsTable::CurrentNotificationNumberAccessor(const Value& row) |
| 595 | { |
| 596 | Host::Ptr host = static_cast<Host::Ptr>(row); |
| 597 | |
| 598 | if (!host) |
| 599 | return Empty; |
| 600 | |
| 601 | return CompatUtility::GetCheckableNotificationNotificationNumber(host); |
| 602 | } |
| 603 | |
| 604 | Value HostsTable::TotalServicesAccessor(const Value& row) |
| 605 | { |
nothing calls this directly
no outgoing calls
no test coverage detected