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

Method build

lib-engine/src/environment/models/application.rs:376–378  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

374 }
375
376 pub fn build(&self) -> &Build {
377 &self.build
378 }
379
380 pub fn build_mut(&mut self) -> &mut Build {
381 &mut self.build

Callers 1

get_buildMethod · 0.45

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected