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

Method build_mut

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

Source from the content-addressed store, hash-verified

378 }
379
380 pub fn build_mut(&mut self) -> &mut Build {
381 &mut self.build
382 }
383
384 pub fn command_args(&self) -> Vec<String> {
385 self.command_args.clone()

Callers 3

get_build_mutMethod · 0.45

Calls 1

actionMethod · 0.45

Tested by

no test coverage detected