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

Function unpackOCIImage

client/oci_util.go:9–11  ·  view source on GitHub ↗
(imagePath string, imageTag string, bundlePath string)

Source from the content-addressed store, hash-verified

7)
8
9func unpackOCIImage(imagePath string, imageTag string, bundlePath string) error {
10 return fmt.Errorf("Platform isn't supported")
11}

Callers 1

GetImageFileMethod · 0.70

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…