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

Method recent

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

Source from the content-addressed store, hash-verified

119 }
120
121 fn recent(&mut self, i: u64) {
122 self.recent = i;
123 }
124
125 fn all_seen_keys(&mut self, i: u64) {
126 self.all_seen_keys = i;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected