TODO: replace with new(v) once Go < 1.26 is not supported.
(v T)
| 111 | |
| 112 | // TODO: replace with new(v) once Go < 1.26 is not supported. |
| 113 | func mkPtr[T any](v T) *T { return &v } |
| 114 | |
| 115 | func (c *Container) addCriuDumpMount(req *criurpc.CriuReq, m *configs.Mount) { |
| 116 | mountDest := strings.TrimPrefix(m.Destination, c.config.Rootfs) |
no outgoing calls
no test coverage detected
searching dependent graphs…