Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/retspen/webvirtcloud
/ get_iface
Method
get_iface
vrtManager/connection.py:383–384 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
381
return
interface
382
383
def
get_iface(self, name):
384
return
self.wvm.interfaceLookupByName(name)
385
386
def
get_secrets(self):
387
return
self.wvm.listSecrets()
Callers
3
get_iface_info
Method · 0.80
create_iface
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected