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

Method ghost_frequent_revive

arc-disk-cache/src/lib.rs:93–95  ·  view source on GitHub ↗
(&mut self, k: &K)

Source from the content-addressed store, hash-verified

91 }
92
93 fn ghost_frequent_revive(&mut self, k: &K) {
94 tracing::warn!(?k, "arc-disk ghost_frequent_revive");
95 }
96
97 fn ghost_recent_revive(&mut self, k: &K) {
98 tracing::warn!(?k, "arc-disk ghost_recent_revive");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected