Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/retspen/webvirtcloud
/ get_volumes
Method
get_volumes
vrtManager/storage.py:162–163 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
160
return
util.pretty_bytes(self.get_capacity())
161
162
def
get_volumes(self):
163
return
self.pool.listVolumes()
164
165
def
get_volume(self, name):
166
return
self.pool.storageVolLookupByName(name)
Callers
1
update_volumes
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected