MCPcopy Create free account
hub / github.com/emwalker/digraph / view_stats

Method view_stats

backend/src/store.rs:484–490  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

482 }
483
484 pub async fn view_stats(&self) -> Result<git::FetchStatsResult> {
485 git::FetchStats {
486 viewer: Arc::clone(&self.viewer),
487 }
488 .call(&self.git, &self.redis)
489 .await
490 }
491}

Callers 1

view_statsFunction · 0.45

Calls 1

callMethod · 0.45

Tested by 1

view_statsFunction · 0.36