MCPcopy 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_viewFunction · 0.45
streamFunction · 0.45
missFunction · 0.45
write_fileFunction · 0.45
prefetch_dl_taskFunction · 0.45
refreshFunction · 0.45
handleMethod · 0.45
oauth_viewFunction · 0.45
decisionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected