MCPcopy Create free account
hub / github.com/Qovery/engine / build_platform

Method build_platform

lib-engine/src/infrastructure/infrastructure_context.rs:90–92  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

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()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected