MCPcopy Create free account
hub / github.com/Firstyear/opensuse-proxy-cache / path

Method path

arc-disk-cache/src/lib.rs:537–539  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

535 }
536
537 pub fn path(&self) -> &Path {
538 &self.content_dir
539 }
540
541 pub fn view_stats(&self) -> CacheStats {
542 let read_stats = self.stats.read();

Callers 3

newMethod · 0.80
head_viewFunction · 0.80
get_viewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected