Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/retspen/webvirtcloud
/ stop_iface
Method
stop_iface
vrtManager/interface.py:128–129 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
126
return
None
127
128
def
stop_iface(self):
129
self.iface.destroy()
130
131
def
start_iface(self):
132
self.iface.create()
Callers
1
interface
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected