Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/retspen/webvirtcloud
/ _createXML
Method
_createXML
vrtManager/storage.py:108–109 ·
view source on GitHub ↗
(self, xml, flags)
Source
from the content-addressed store, hash-verified
106
return
self.pool.XMLDesc(flags)
107
108
def
_createXML(self, xml, flags):
109
self.pool.createXML(xml, flags)
110
111
def
_createXMLFrom(self, xml, vol, flags):
112
self.pool.createXMLFrom(xml, vol, flags)
Callers
1
create_volume
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected