Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DNSCrypt/encrypted-dns-server
/ lock
Method
lock
src/cache.rs:80–82 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
78
79
#[inline]
80
pub fn lock(&self) -> MutexGuard<'_, SieveCache<u128, CachedResponse>> {
81
self.cache.lock()
82
}
83
}
Callers
7
is_allowed
Method · 0.80
handle_anonymized_dns
Function · 0.80
tcp_acceptor
Function · 0.80
udp_acceptor
Function · 0.80
resolve
Function · 0.80
get_cached_response_or_resolve
Function · 0.80
decrypt
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected