MCPcopy
hub / github.com/lima-vm/lima / MakeSparse

Method MakeSparse

pkg/imgutil/manager.go:25–25  ·  view source on GitHub ↗

MakeSparse makes a file sparse, starting from the specified offset.

(ctx context.Context, f *os.File, offset int64)

Source from the content-addressed store, hash-verified

23
24 // MakeSparse makes a file sparse, starting from the specified offset.
25 MakeSparse(ctx context.Context, f *os.File, offset int64) error
26}

Callers 1

MakeSparseMethod · 0.65

Implementers 3

NativeImageUtilpkg/imgutil/nativeimgutil/nativeimguti
ImageDiskManagerpkg/imgutil/proxyimgutil/proxyimgutil.
QemuImageUtilpkg/qemuimgutil/qemuimgutil.go

Calls

no outgoing calls

Tested by

no test coverage detected