Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ isNameError
Method
isNameError
src/iocore/dns/DNS.cc:148–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
bool
149
HostEnt::isNameError()
150
{
151
return get_rcode(this) == NXDOMAIN;
152
}
153
154
void
155
HostEnt::free()
Callers
1
dnsEvent
Method · 0.80
Calls
1
get_rcode
Function · 0.85
Tested by
no test coverage detected