MCPcopy
hub / github.com/containerd/containerd / Open

Method Open

pkg/oci/spec_test.go:427–429  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

425}
426
427func (r readLinkFS) Open(name string) (fs.File, error) {
428 return r.fs.Open(name)
429}
430
431func (r readLinkFS) ReadLink(name string) (string, error) {
432 // Force link reading using the actual path on disk

Callers 15

isLoadedFunction · 0.45
testEnvFunction · 0.45
testDBFunction · 0.45
getUsernsFDFunction · 0.45
supportsIDMapFunction · 0.45
TestAutoclearTrueLoopFunction · 0.45
initIDMappedCheckerFunction · 0.45
UnmountMethod · 0.45
removeLoopFunction · 0.45
TestLoopbackMountFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected