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

Method info

sdk/rust/src/dstack_client.rs:169–172  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

167 }
168
169 pub async fn info(&self) -> Result<InfoResponse> {
170 let response = self.send_rpc_request("/Info", &json!({})).await?;
171 Ok(InfoResponse::validated_from_value(response)?)
172 }
173
174 /// Query the guest-agent version.
175 ///

Callers

nothing calls this directly

Calls 1

send_rpc_requestMethod · 0.45

Tested by

no test coverage detected