Get reduction statistics
(&self)
| 247 | |
| 248 | /// Get reduction statistics |
| 249 | pub fn stats(&self) -> &ReductionStats { |
| 250 | &self.stats |
| 251 | } |
| 252 | |
| 253 | /// Get cache hit rate |
| 254 | pub fn cache_hit_rate(&self) -> f64 { |
nothing calls this directly
no outgoing calls
no test coverage detected