MCPcopy Create free account
hub / github.com/emwalker/digraph / parts

Method parts

backend/src/git/client.rs:96–98  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

94
95impl GitPaths for ExternalId {
96 fn parts(&self) -> Result<(&str, &str, &str)> {
97 self.parts()
98 }
99}
100
101#[derive(Clone, Debug)]

Callers 1

relative_pathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected