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

Method ActionUrlAccessor

lib/livestatus/hoststable.cpp:347–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345}
346
347Value 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
357Value HostsTable::ActionUrlExpandedAccessor(const Value& row)
358{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected