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

Method start_vm

vmm/src/main_service.rs:329–335  ·  view source on GitHub ↗
(self, request: Id)

Source from the content-addressed store, hash-verified

327 }
328
329 async fn start_vm(self, request: Id) -> Result<()> {
330 self.app
331 .start_vm(&request.id)
332 .await
333 .context("Failed to start VM")?;
334 Ok(())
335 }
336
337 async fn stop_vm(self, request: Id) -> Result<()> {
338 self.app

Callers 1

create_vmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected