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

Method list

supervisor/client/src/lib.rs:136–138  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

134 }
135
136 pub async fn list(&self) -> Result<Vec<ProcessInfo>> {
137 self.http_get("/list").await
138 }
139
140 pub async fn info(&self, id: &str) -> Result<Option<ProcessInfo>> {
141 self.http_get(&format!("/info/{}", id)).await

Callers 7

mainFunction · 0.45
reload_vmsMethod · 0.45
reload_vms_syncMethod · 0.45
list_vmsMethod · 0.45
sv_listMethod · 0.45
sys_infoMethod · 0.45

Calls 1

http_getMethod · 0.80

Tested by

no test coverage detected