(&self, f: &mut std::fmt::Formatter<'_>)
| 76 | |
| 77 | impl 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 | |
| 83 | impl DockerNode { |
nothing calls this directly
no outgoing calls
no test coverage detected