Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_stats
Function · 0.45
Calls
1
call
Method · 0.45
Tested by
1
view_stats
Function · 0.36