MCPcopy Index your code
hub / github.com/docker/cli / uint32Ptr

Function uint32Ptr

cli/compose/loader/loader_test.go:969–971  ·  view source on GitHub ↗
(value uint32)

Source from the content-addressed store, hash-verified

967}
968
969func uint32Ptr(value uint32) *uint32 {
970 return &value
971}
972
973func 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")

Callers 2

servicesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…