Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ clear
Method
clear
supervisor/src/supervisor.rs:112–114 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
110
}
111
112
pub fn clear(&self) {
113
self.processes.clear();
114
}
115
116
pub async fn shutdown(&self) -> Result<()> {
117
self.set_freezed(true);
Callers
1
clear
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected