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

Method modify

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

Source from the content-addressed store, hash-verified

87 }
88
89 fn modify(&mut self, k: &K) {
90 tracing::debug!(?k, "arc-disk modify");
91 }
92
93 fn ghost_frequent_revive(&mut self, k: &K) {
94 tracing::warn!(?k, "arc-disk ghost_frequent_revive");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected