MCPcopy
hub / github.com/containerd/containerd / Close

Function Close

internal/dmverity/dmverity_other.go:37–39  ·  view source on GitHub ↗
(_ string)

Source from the content-addressed store, hash-verified

35}
36
37func Close(_ string) error {
38 return errUnsupported
39}
40
41func VerifyDevice(_ string, _ string) error {
42 return errUnsupported

Callers 4

MountMethod · 0.92
UnmountMethod · 0.92
TestDMVerityFunction · 0.70
TestErrorHandlingFunction · 0.70

Calls

no outgoing calls

Tested by 2

TestDMVerityFunction · 0.56
TestErrorHandlingFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…