Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ Repo
Class
Repo
backend/src/git/core/mod.rs:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
pub struct Repo {
28
path: PathBuf,
29
pub inner: git2::Repository,
30
}
31
32
impl std::fmt::Debug for Repo {
33
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
Callers
15
link_details
Method · 0.85
topic_details
Method · 0.85
try_from
Method · 0.85
from
Method · 0.85
call
Method · 0.85
validate
Method · 0.85
call
Method · 0.85
call
Method · 0.85
validate
Method · 0.85
index_key
Method · 0.85
parse_path
Function · 0.85
open
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected