Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNSCrypt/encrypted-dns-server
/ into_response
Method
into_response
src/cache.rs:34–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
32
33
#[inline]
34
pub fn into_response(self) -> Vec<u8> {
35
self.response
36
}
37
38
#[inline]
39
pub fn has_expired(&self) -> bool {
Callers
3
handle_anonymized_dns
Function · 0.80
resolve
Function · 0.80
get_cached_response_or_resolve
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected