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

Struct fsApplier

core/diff/apply/apply.go:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52type fsApplier struct {
53 store content.Provider
54 mount mount.Manager
55}
56
57var emptyDesc = ocispec.Descriptor{}
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected