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

Method shutdown

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

Source from the content-addressed store, hash-verified

43 dom.create()
44
45 def shutdown(self, name):
46 dom = self.get_instance(name)
47 dom.shutdown()
48
49 def force_shutdown(self, name):
50 dom = self.get_instance(name)

Callers

nothing calls this directly

Calls 2

get_instanceMethod · 0.80
shutdownMethod · 0.45

Tested by

no test coverage detected