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

Method new

fendermint/testing/materializer/src/docker/container.rs:30–36  ·  view source on GitHub ↗
(docker: Docker, dropper: DropChute, container: DockerConstruct)

Source from the content-addressed store, hash-verified

28
29impl DockerContainer {
30 pub fn new(docker: Docker, dropper: DropChute, container: DockerConstruct) -> Self {
31 Self {
32 docker,
33 dropper,
34 container,
35 }
36 }
37
38 pub fn hostname(&self) -> &str {
39 &self.container.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected