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

Method fmt

backend/src/git/client.rs:26–28  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

24
25impl std::fmt::Display for DataRoot {
26 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
27 write!(f, "{:?}", self.path)
28 }
29}
30
31pub fn parse_path(input: &str) -> Result<(DataRoot, RepoId, ExternalId)> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected