Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qovery/engine
/ is_cancel
Method
is_cancel
lib-engine/src/cmd/command.rs:36–38 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
34
35
impl AbortReason {
36
pub fn is_cancel(&self) -> bool {
37
matches!(self, AbortReason::Canceled(_))
38
}
39
}
40
41
pub enum CommandKillerTrigger<'a> {
Callers
1
exec_with_abort
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected