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

Method freq

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

Source from the content-addressed store, hash-verified

115 }
116
117 fn freq(&mut self, i: u64) {
118 self.freq = i;
119 }
120
121 fn recent(&mut self, i: u64) {
122 self.recent = i;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected