MCPcopy 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_volumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected