MCPcopy
hub / github.com/containerd/containerd / Transform

Method Transform

core/mount/manager.go:56–56  ·  view source on GitHub ↗
(context.Context, Mount, []ActiveMount)

Source from the content-addressed store, hash-verified

54// require runtime state, such as device formatting.
55type Transformer interface {
56 Transform(context.Context, Mount, []ActiveMount) (Mount, error)
57}
58
59// ActivateOptions are used to modify activation behavior. Activate may be

Callers 3

TestFormatMountFunction · 0.65
ActivateMethod · 0.65
TransformMethod · 0.65

Implementers 4

mkdircore/mount/manager/mkdir.go
mountFormattercore/mount/manager/format.go
mkfscore/mount/manager/mkfs.go
typeTransformercore/mount/manager/transformer.go

Calls

no outgoing calls

Tested by 1

TestFormatMountFunction · 0.52