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

Method shared_max

arc-disk-cache/src/lib.rs:113–115  ·  view source on GitHub ↗
(&mut self, i: u64)

Source from the content-addressed store, hash-verified

111 }
112
113 fn shared_max(&mut self, i: u64) {
114 self.shared_max = i;
115 }
116
117 fn freq(&mut self, i: u64) {
118 self.freq = i;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected