(&mut self, k: &K)
| 103 | } |
| 104 | |
| 105 | fn evict_from_frequent(&mut self, k: &K) { |
| 106 | tracing::debug!(?k, "arc-disk evict_from_frequent"); |
| 107 | } |
| 108 | |
| 109 | fn p_weight(&mut self, p: u64) { |
| 110 | self.p_weight = p; |
nothing calls this directly
no outgoing calls
no test coverage detected