MCPcopy 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
27pub struct Repo {
28 path: PathBuf,
29 pub inner: git2::Repository,
30}
31
32impl std::fmt::Debug for Repo {
33 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers 15

link_detailsMethod · 0.85
topic_detailsMethod · 0.85
try_fromMethod · 0.85
fromMethod · 0.85
callMethod · 0.85
validateMethod · 0.85
callMethod · 0.85
callMethod · 0.85
validateMethod · 0.85
index_keyMethod · 0.85
parse_pathFunction · 0.85
openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected