(&self)
| 88 | } |
| 89 | |
| 90 | pub fn build_platform(&self) -> &dyn BuildPlatform { |
| 91 | self.build_platform.borrow() |
| 92 | } |
| 93 | |
| 94 | pub fn container_registry(&self) -> &ContainerRegistry { |
| 95 | self.container_registry.borrow() |
no outgoing calls
no test coverage detected