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

Method execution_id

lib-engine/src/events/mod.rs:911–913  ·  view source on GitHub ↗

Returns event's Qovery execution identifier.

(&self)

Source from the content-addressed store, hash-verified

909
910 /// Returns event's Qovery execution identifier.
911 pub fn execution_id(&self) -> &str {
912 &self.execution_id
913 }
914
915 /// Returns event's stage in which the event has been triggered.
916 pub fn stage(&self) -> &Stage {

Callers 15

runMethod · 0.45
runMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
newMethod · 0.45
enable_log_file_writerFunction · 0.45

Calls

no outgoing calls