MCPcopy 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
35impl AbortReason {
36 pub fn is_cancel(&self) -> bool {
37 matches!(self, AbortReason::Canceled(_))
38 }
39}
40
41pub enum CommandKillerTrigger<'a> {

Callers 1

exec_with_abortMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected