MCPcopy Create free account
hub / github.com/apache/trafficserver / is_alive

Method is_alive

include/iocore/hostdb/HostDBProcessor.h:233–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233inline bool
234HostDBInfo::is_alive()
235{
236 return this->last_fail_time() == TS_TIME_ZERO;
237}
238
239inline bool
240HostDBInfo::is_down(ts_time now, ts_seconds fail_window)

Callers 1

select_next_rrMethod · 0.80

Calls 1

last_fail_timeMethod · 0.95

Tested by

no test coverage detected