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

Function NewProcessorChain

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

NewProcessorChain initialized the root StreamProcessor

(mt string, r io.Reader)

Source from the content-addressed store, hash-verified

113
114// NewProcessorChain initialized the root StreamProcessor
115func NewProcessorChain(mt string, r io.Reader) StreamProcessor {
116 return &processorChain{
117 mt: mt,
118 rc: r,
119 }
120}
121
122type processorChain struct {
123 mt string

Callers 5

ApplyMethod · 0.92
ApplyMethod · 0.92
applyCIMLayerCommonFunction · 0.92
ApplyMethod · 0.92
ApplyMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…