MCPcopy
hub / github.com/containerd/containerd / LoopbackHandler

Function LoopbackHandler

core/mount/loopback_handler_linux.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27)
28
29func LoopbackHandler() Handler {
30 return loopbackHandler{}
31}
32
33type loopbackHandler struct {
34}

Callers 2

TestLoopbackMountFunction · 0.92
TestLoopbackOverlayFunction · 0.92

Calls

no outgoing calls

Tested by 2

TestLoopbackMountFunction · 0.74
TestLoopbackOverlayFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…