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

Method fmt

backend/src/http/repo_url.rs:50–52  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

48
49impl std::fmt::Display for RepoUrl {
50 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::result::Result<(), std::fmt::Error> {
51 write!(f, "{}", self.normalized)
52 }
53}
54
55impl std::hash::Hash for RepoUrl {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected