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

Method fmt

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

Source from the content-addressed store, hash-verified

19
20impl std::fmt::Display for Phrase {
21 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
22 write!(f, "{}", self.0)
23 }
24}
25
26impl Phrase {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected