| 345 | } |
| 346 | |
| 347 | Value HostsTable::ActionUrlAccessor(const Value& row) |
| 348 | { |
| 349 | Host::Ptr host = static_cast<Host::Ptr>(row); |
| 350 | |
| 351 | if (!host) |
| 352 | return Empty; |
| 353 | |
| 354 | return host->GetActionUrl(); |
| 355 | } |
| 356 | |
| 357 | Value HostsTable::ActionUrlExpandedAccessor(const Value& row) |
| 358 | { |
nothing calls this directly
no outgoing calls
no test coverage detected