MCPcopy 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

statsMethod · 0.45

Calls 2

statsMethod · 0.45
viewMethod · 0.45

Tested by

no test coverage detected