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

Function uint64Ptr

cli/compose/loader/loader_test.go:965–967  ·  view source on GitHub ↗
(value uint64)

Source from the content-addressed store, hash-verified

963}
964
965func uint64Ptr(value uint64) *uint64 {
966 return &value
967}
968
969func uint32Ptr(value uint32) *uint32 {
970 return &value

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…