Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/retspen/webvirtcloud
/ is_active
Method
is_active
vrtManager/network.py:88–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
86
self.net.setAutostart(value)
87
88
def
is_active(self):
89
return
self.net.isActive()
90
91
def
get_uuid(self):
92
return
self.net.UUIDString()
Callers
3
network
Function · 0.45
storage
Function · 0.45
interface
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected