MCPcopy
hub / github.com/lxc/incus / renderObject

Method renderObject

cmd/incus-migrate/migrate_ova.go:262–264  ·  view source on GitHub ↗

renderObject renders the state of the instance.

()

Source from the content-addressed store, hash-verified

260
261// renderObject renders the state of the instance.
262func (m *OVAMigration) renderObject() error {
263 return m.instance.renderObject()
264}
265
266// unpackOVA extracts the contents of the OVA file.
267func (m *OVAMigration) unpackOVA(outPath string) error {

Callers

nothing calls this directly

Calls 1

renderObjectMethod · 0.65

Tested by

no test coverage detected