GpuOpts is a Value type for parsing mounts
| 12 | |
| 13 | // GpuOpts is a Value type for parsing mounts |
| 14 | type GpuOpts struct { |
| 15 | values []container.DeviceRequest |
| 16 | } |
| 17 | |
| 18 | func parseCount(s string) (int, error) { |
| 19 | if s == "all" { |
nothing calls this directly
no outgoing calls
no test coverage detected