Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bendudson/EuraliOS
/ is_response
Method
is_response
tcp/src/dns.rs:111–113 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
109
}
110
111
fn is_response(&self) -> bool {
112
self.header().get_bit(15)
113
}
114
115
fn rcode(&self) -> ResponseCode {
116
match self.header().get_bits(11..15) {
Callers
1
resolve
Function · 0.80
Calls
1
header
Method · 0.80
Tested by
no test coverage detected