(&mut self, k: &K)
| 99 | } |
| 100 | |
| 101 | fn evict_from_recent(&mut self, k: &K) { |
| 102 | tracing::debug!(?k, "arc-disk evict_from_recent"); |
| 103 | } |
| 104 | |
| 105 | fn evict_from_frequent(&mut self, k: &K) { |
| 106 | tracing::debug!(?k, "arc-disk evict_from_frequent"); |
nothing calls this directly
no outgoing calls
no test coverage detected