MCPcopy
hub / github.com/containerd/containerd / mountManager

Struct mountManager

core/mount/manager/manager.go:111–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111type mountManager struct {
112 db *bolt.DB
113 targets *os.Root
114 handlers map[string]mount.Handler
115 rootMap map[string]*os.Root
116
117 rwlock sync.RWMutex
118 activate kmutex.KeyedLocker
119}
120
121func (mm *mountManager) Close() error {
122 var errs []error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected