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

Method include

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

Source from the content-addressed store, hash-verified

79 K: Debug,
80{
81 fn include(&mut self, k: &K) {
82 tracing::trace!(?k, "arc-disk include");
83 }
84
85 fn include_haunted(&mut self, k: &K) {
86 tracing::warn!(?k, "arc-disk include_haunted");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected