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

Method info

vmm/src/host_api_service.rs:36–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

34
35impl HostApiRpc for HostApiHandler {
36 async fn info(self) -> Result<HostInfo> {
37 let host_info = HostInfo {
38 name: "dstack VMM".to_string(),
39 version: env!("CARGO_PKG_VERSION").to_string(),
40 };
41 Ok(host_info)
42 }
43
44 async fn notify(self, request: Notification) -> Result<()> {
45 self.app

Callers 3

start_vmMethod · 0.45
finish_remove_vmMethod · 0.45
vm_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected