MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / is_running

Method is_running

supervisor/src/process.rs:79–81  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77
78impl ProcessStateRT {
79 pub(crate) fn is_running(&self) -> bool {
80 self.status.is_running()
81 }
82
83 pub(crate) fn is_started(&self) -> bool {
84 self.started

Callers 9

startMethod · 0.80
stopMethod · 0.80
deployMethod · 0.80
removeMethod · 0.80
shutdownMethod · 0.80
start_vmMethod · 0.80
finish_remove_vmMethod · 0.80
merged_infoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected