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

Method get_instance_managed_save_image

vrtManager/instance.py:33–35  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

31 return vcpu
32
33 def get_instance_managed_save_image(self, name):
34 inst = self.get_instance(name)
35 return inst.hasManagedSaveImage(0)
36
37 def get_uuid(self, name):
38 inst = self.get_instance(name)

Callers

nothing calls this directly

Calls 1

get_instanceMethod · 0.80

Tested by

no test coverage detected