Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxc/incus
/ gatherInfo
Method
gatherInfo
cmd/incus-migrate/main_migrate.go:34–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
// Migrator defines the methods required to perform a migration.
33
type
Migrator
interface
{
34
gatherInfo() error
35
migrate() error
36
renderObject() error
37
}
Callers
2
run
Method · 0.95
askDisk
Method · 0.65
Implementers
3
OVAMigration
cmd/incus-migrate/migrate_ova.go
VolumeMigration
cmd/incus-migrate/migrate_volume.go
InstanceMigration
cmd/incus-migrate/migrate_instance.go
Calls
no outgoing calls
Tested by
no test coverage detected