Convert converts a disk image to the specified format.
(ctx context.Context, imageType image.Type, source, dest string, size *int64, allowSourceWithBackingFile bool)
| 20 | |
| 21 | // Convert converts a disk image to the specified format. |
| 22 | Convert(ctx context.Context, imageType image.Type, source, dest string, size *int64, allowSourceWithBackingFile bool) error |
| 23 | |
| 24 | // MakeSparse makes a file sparse, starting from the specified offset. |
| 25 | MakeSparse(ctx context.Context, f *os.File, offset int64) error |
no outgoing calls
no test coverage detected