MCPcopy Index your code
hub / github.com/emwalker/digraph / view

Method view

backend/src/git/client.rs:452–454  ·  view source on GitHub ↗
(&self, repo_id: RepoId)

Source from the content-addressed store, hash-verified

450 }
451
452 pub fn view(&self, repo_id: RepoId) -> Result<core::View> {
453 core::View::ensure(&self.root, repo_id, &self.timespec)
454 }
455}
456
457pub struct Mutation {

Callers 10

callMethod · 0.45
existsMethod · 0.45
fetchMethod · 0.45
fetch_activityMethod · 0.45
fetch_activity_logMethod · 0.45
fetch_synonym_indexMethod · 0.45
fetch_token_indexMethod · 0.45
view_statsMethod · 0.45
save_linkMethod · 0.45
save_topicMethod · 0.45

Calls 1

ensureFunction · 0.85

Tested by

no test coverage detected