Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/retspen/webvirtcloud
/ force_shutdown
Method
force_shutdown
vrtManager/instance.py:49–51 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
47
dom.shutdown()
48
49
def
force_shutdown(self, name):
50
dom = self.get_instance(name)
51
dom.destroy()
52
53
def
managedsave(self, name):
54
dom = self.get_instance(name)
Callers
nothing calls this directly
Calls
1
get_instance
Method · 0.80
Tested by
no test coverage detected