Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/retspen/webvirtcloud
/ get_size
Method
get_size
vrtManager/storage.py:102–103 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
100
return
'Unknown'
101
102
def
get_size(self):
103
return
[self.pool.info()[1], self.pool.info()[3]]
104
105
def
_XMLDesc(self, flags):
106
return
self.pool.XMLDesc(flags)
Callers
1
storage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected