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

Method fmt

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

Source from the content-addressed store, hash-verified

31
32impl std::fmt::Debug for Repo {
33 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
34 f.debug_struct("Repo").field("path", &self.path).finish()
35 }
36}
37
38impl Repo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected