(&self)
| 13 | } |
| 14 | |
| 15 | pub async fn load(&self) -> Result<StatsCache> { |
| 16 | streaming::read_json(self.config.stats_file()).await |
| 17 | } |
| 18 | |
| 19 | pub async fn load_raw(&self) -> Result<serde_json::Value> { |
| 20 | streaming::read_json(self.config.stats_file()).await |
no test coverage detected