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

Method all_seen_keys

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

Source from the content-addressed store, hash-verified

123 }
124
125 fn all_seen_keys(&mut self, i: u64) {
126 self.all_seen_keys = i;
127 }
128}
129
130#[derive(Debug, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected