MCPcopy Index your code
hub / github.com/containerd/containerd / defaultUnpackConfig

Function defaultUnpackConfig

plugins/transfer/plugin_defaults_linux.go:33–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func defaultUnpackConfig() []unpackConfiguration {
34 return []unpackConfiguration{
35 {
36 Platform: platforms.Format(platforms.DefaultSpec()),
37 Snapshotter: defaults.DefaultSnapshotter,
38 Differ: defaults.DefaultDiffer,
39 },
40
41 {
42 Platform: platforms.FormatAll(erofsPlatformSpec()),
43 Snapshotter: "erofs",
44 Differ: "erofs",
45 Optional: true,
46 },
47 }
48}

Callers 1

configureUnpackPlatformsFunction · 0.70

Calls 2

erofsPlatformSpecFunction · 0.85
FormatMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…