Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
233
inline bool
234
HostDBInfo::is_alive()
235
{
236
return this->last_fail_time() == TS_TIME_ZERO;
237
}
238
239
inline bool
240
HostDBInfo::is_down(ts_time now, ts_seconds fail_window)
Callers
1
select_next_rr
Method · 0.80
Calls
1
last_fail_time
Method · 0.95
Tested by
no test coverage detected