Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
impl DeploymentManagerState {
95
pub fn does_execute_deployment(&self) -> bool {
96
!matches!(self, DeploymentManagerState::SeekingNewDeployment {})
97
}
98
}
99
100
impl DeploymentContext {}
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected