Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
78
impl 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
start
Method · 0.80
stop
Method · 0.80
deploy
Method · 0.80
remove
Method · 0.80
shutdown
Method · 0.80
start_vm
Method · 0.80
finish_remove_vm
Method · 0.80
try_restart_exited_vms
Method · 0.80
merged_info
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected