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

Method does_execute_deployment

app/src/deployment_manager/mod.rs:95–97  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93
94impl DeploymentManagerState {
95 pub fn does_execute_deployment(&self) -> bool {
96 !matches!(self, DeploymentManagerState::SeekingNewDeployment {})
97 }
98}
99
100impl DeploymentContext {}

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected