(&mut self, k: &K)
| 91 | } |
| 92 | |
| 93 | fn ghost_frequent_revive(&mut self, k: &K) { |
| 94 | tracing::warn!(?k, "arc-disk ghost_frequent_revive"); |
| 95 | } |
| 96 | |
| 97 | fn ghost_recent_revive(&mut self, k: &K) { |
| 98 | tracing::warn!(?k, "arc-disk ghost_recent_revive"); |
nothing calls this directly
no outgoing calls
no test coverage detected