(listType container.ListType)
| 268 | } |
| 269 | |
| 270 | func (h *rawContainerHandler) ListContainers(listType container.ListType) ([]info.ContainerReference, error) { |
| 271 | return common.ListContainers(h.name, h.cgroupPaths, listType) |
| 272 | } |
| 273 | |
| 274 | func (h *rawContainerHandler) ListProcesses(listType container.ListType) ([]int, error) { |
| 275 | return h.libcontainerHandler.GetProcesses() |
nothing calls this directly
no test coverage detected