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

Function shimBinary

core/runtime/v2/binary.go:46–55  ·  view source on GitHub ↗
(bundle *Bundle, config shimBinaryConfig)

Source from the content-addressed store, hash-verified

44}
45
46func shimBinary(bundle *Bundle, config shimBinaryConfig) *binary {
47 return &binary{
48 bundle: bundle,
49 runtime: config.runtime,
50 containerdAddress: config.address,
51 containerdTTRPCAddress: config.ttrpcAddress,
52 socketDir: config.socketDir,
53 env: config.env,
54 }
55}
56
57type binary struct {
58 runtime string

Callers 2

loadShimMethod · 0.85
startShimMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…