| 2039 | } |
| 2040 | |
| 2041 | type cgroupWriter struct { |
| 2042 | runConf *deviceConfig.RunConfig |
| 2043 | } |
| 2044 | |
| 2045 | // Get is unimplemented for this cgroup handler. |
| 2046 | func (w *cgroupWriter) Get(controller string, key string) (string, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected