(&mut self, k: &K)
| 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"); |
nothing calls this directly
no outgoing calls
no test coverage detected