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

Method include_haunted

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

Source from the content-addressed store, hash-verified

83 }
84
85 fn include_haunted(&mut self, k: &K) {
86 tracing::warn!(?k, "arc-disk include_haunted");
87 }
88
89 fn modify(&mut self, k: &K) {
90 tracing::debug!(?k, "arc-disk modify");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected