MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / start

Method start

vrtManager/instance.py:41–43  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

39 return inst.UUIDString()
40
41 def start(self, name):
42 dom = self.get_instance(name)
43 dom.create()
44
45 def shutdown(self, name):
46 dom = self.get_instance(name)

Callers

nothing calls this directly

Calls 1

get_instanceMethod · 0.80

Tested by

no test coverage detected