Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
457
pub struct Mutation {
Callers
10
call
Method · 0.45
exists
Method · 0.45
fetch
Method · 0.45
fetch_activity
Method · 0.45
fetch_activity_log
Method · 0.45
fetch_synonym_index
Method · 0.45
fetch_token_index
Method · 0.45
view_stats
Method · 0.45
save_link
Method · 0.45
save_topic
Method · 0.45
Calls
1
ensure
Function · 0.85
Tested by
no test coverage detected