MCPcopy 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_dnsFunction · 0.80
resolveFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected