(value uint32)
| 967 | } |
| 968 | |
| 969 | func uint32Ptr(value uint32) *uint32 { |
| 970 | return &value |
| 971 | } |
| 972 | |
| 973 | func TestFullExample(t *testing.T) { |
| 974 | skip.If(t, runtime.GOOS == "windows", "FIXME: substitutes platform-specific HOME-dirs and requires platform-specific golden files; see https://github.com/docker/cli/pull/4610") |
no outgoing calls
no test coverage detected
searching dependent graphs…