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

Method fmt

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

Source from the content-addressed store, hash-verified

29
30impl Display for DockerNetwork {
31 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
32 Display::fmt(&self.network_name(), f)
33 }
34}
35
36impl DockerNetwork {

Callers

nothing calls this directly

Calls 1

network_nameMethod · 0.45

Tested by

no test coverage detected