Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ clear
Method
clear
supervisor/client/src/lib.rs:157–159 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
155
}
156
157
pub async fn clear(&self) -> Result<()> {
158
self.http_request(
"POST"
,
"/clear"
, ()).await
159
}
160
161
pub async fn shutdown(&self) -> Result<()> {
162
self.http_request(
"POST"
,
"/shutdown"
, ()).await
Callers
1
main
Function · 0.45
Calls
1
http_request
Method · 0.80
Tested by
no test coverage detected