| 753 | } |
| 754 | |
| 755 | Value HostsTable::ActiveChecksEnabledAccessor(const Value& row) |
| 756 | { |
| 757 | Host::Ptr host = static_cast<Host::Ptr>(row); |
| 758 | |
| 759 | if (!host) |
| 760 | return Empty; |
| 761 | |
| 762 | return Convert::ToLong(host->GetEnableActiveChecks()); |
| 763 | } |
| 764 | |
| 765 | Value HostsTable::CheckIntervalAccessor(const Value& row) |
| 766 | { |
nothing calls this directly
no outgoing calls
no test coverage detected