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

Method info

supervisor/client/src/lib.rs:140–142  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

138 }
139
140 pub async fn info(&self, id: &str) -> Result<Option<ProcessInfo>> {
141 self.http_get(&format!("/info/{}", id)).await
142 }
143
144 pub async fn ping(&self) -> Result<String> {
145 self.http_get("/ping").await

Callers 1

mainFunction · 0.45

Calls 1

http_getMethod · 0.80

Tested by

no test coverage detected