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

Function init

core/diff/stream.go:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36)
37
38func init() {
39 // register the default compression handler
40 RegisterProcessor(compressedHandler)
41}
42
43// RegisterProcessor registers a stream processor for media-types
44func RegisterProcessor(handler Handler) {

Callers

nothing calls this directly

Calls 1

RegisterProcessorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…