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

Method fmt

backend/src/types.rs:100–102  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

98
99impl std::fmt::Display for RepoId {
100 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
101 write!(f, "{}", self.0)
102 }
103}
104
105impl From<sqlx::types::Uuid> for RepoId {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected