Function
shimBinary
(bundle *Bundle, config shimBinaryConfig)
Source from the content-addressed store, hash-verified
| 44 | } |
| 45 | |
| 46 | func 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 | |
| 57 | type binary struct { |
| 58 | runtime string |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…