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

Method File

core/diff/stream.go:79–79  ·  view source on GitHub ↗

File returns the fd for the read stream of the underlying processor

()

Source from the content-addressed store, hash-verified

77type RawProcessor interface {
78 // File returns the fd for the read stream of the underlying processor
79 File() *os.File
80}
81
82// StreamProcessor handles processing a content stream and transforming it into a different media-type

Callers 13

createImagesFunction · 0.65
NewBinaryProcessorFunction · 0.65
NewBinaryProcessorFunction · 0.65
TestTarWithXattrFunction · 0.65
TestBreakoutsFunction · 0.65
makeBaseErofsFunction · 0.65
makeUpper1ErofsFunction · 0.65
makeUpper2ErofsFunction · 0.65
newShimSocketFunction · 0.65

Implementers 2

binaryProcessorcore/diff/stream_unix.go
TarContextpkg/archive/tartest/tar.go

Calls

no outgoing calls

Tested by 10

createImagesFunction · 0.52
TestTarWithXattrFunction · 0.52
TestBreakoutsFunction · 0.52
makeBaseErofsFunction · 0.52
makeUpper1ErofsFunction · 0.52
makeUpper2ErofsFunction · 0.52
createTestTarContentFunction · 0.52