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

Function WithMountManager

client/services.go:178–182  ·  view source on GitHub ↗

WithMountManager sets the mount manager.

(mm mount.Manager)

Source from the content-addressed store, hash-verified

176
177// WithMountManager sets the mount manager.
178func WithMountManager(mm mount.Manager) ServicesOpt {
179 return func(s *services) {
180 s.mountManager = mm
181 }
182}
183
184// WithInMemoryServices is suitable for cases when there is need to use containerd's client from
185// another (in-memory) containerd plugin (such as CRI).

Callers 1

WithInMemoryServicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…