Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ view_stats
Method
view_stats
backend/src/git/client.rs:345–347 ·
view source on GitHub ↗
(&self, repo_id: RepoId)
Source
from the content-addressed store, hash-verified
343
}
344
345
pub fn view_stats(&self, repo_id: RepoId) -> Result<RepoStats> {
346
self.view(repo_id)?.stats()
347
}
348
349
pub fn synonym_phrase_matches(
350
&self,
Callers
1
stats
Method · 0.45
Calls
2
stats
Method · 0.45
view
Method · 0.45
Tested by
no test coverage detected