MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / fmt

Method fmt

fendermint/testing/materializer/src/docker/node.rs:78–80  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

76
77impl Display for DockerNode {
78 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
79 Display::fmt(&self.node_name, f)
80 }
81}
82
83impl DockerNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected