MCPcopy Index your code
hub / github.com/retspen/webvirtcloud / get_pretty_available

Method get_pretty_available

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

Source from the content-addressed store, hash-verified

154 return util.pretty_bytes(self.get_allocation())
155
156 def get_pretty_available(self):
157 return util.pretty_bytes(self.get_available())
158
159 def get_pretty_capacity(self):
160 return util.pretty_bytes(self.get_capacity())

Callers

nothing calls this directly

Calls 1

get_availableMethod · 0.95

Tested by

no test coverage detected