Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ svIsStopped
Function
svIsStopped
vmm/ui/src/composables/useVmManager.ts:1570–1572 ·
view source on GitHub ↗
(p: any)
Source
from the content-addressed store, hash-verified
1568
}
1569
1570
function
svIsStopped(p: any): boolean {
1571
return
p.status !==
'running'
;
1572
}
1573
1574
async
function
loadSupervisorProcesses() {
1575
try {
Callers
1
svClear
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected