Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Firstyear/opensuse-proxy-cache
/ get
Method
get
opensuse-proxy-cache/src/memcache.rs:81–84 ·
view source on GitHub ↗
(&self, req_path: &str)
Source
from the content-addressed store, hash-verified
79
}
80
81
pub fn get(&self, req_path: &str) -> Option<Arc<MemCacheObj>> {
82
let rtxn = self.map.read();
83
rtxn.get(req_path).cloned()
84
}
85
}
86
87
Callers
10
get_view
Function · 0.45
stream
Function · 0.45
miss
Function · 0.45
write_file
Function · 0.45
prefetch_dl_task
Function · 0.45
refresh
Function · 0.45
address_lookup_middleware
Function · 0.45
handle
Method · 0.45
oauth_view
Function · 0.45
decision
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected