MCPcopy Create free account
hub / github.com/retspen/webvirtcloud / get_pretty_capacity

Method get_pretty_capacity

vrtManager/storage.py:159–160  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 return util.pretty_bytes(self.get_available())
158
159 def get_pretty_capacity(self):
160 return util.pretty_bytes(self.get_capacity())
161
162 def get_volumes(self):
163 return self.pool.listVolumes()

Callers

nothing calls this directly

Calls 1

get_capacityMethod · 0.95

Tested by

no test coverage detected