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

Method name_view

include/iocore/hostdb/HostDBProcessor.h:764–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762}
763
764inline swoc::TextView
765HostDBRecord::name_view() const
766{
767 return {this->name(), swoc::TextView::npos};
768}
769
770inline ts_time
771HostDBRecord::expiry_time() const

Callers 2

test_HostFile.ccFile · 0.80
ParseHostFileFunction · 0.80

Calls 1

nameMethod · 0.95

Tested by

no test coverage detected