Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
965
func
uint64Ptr(value uint64) *uint64 {
966
return
&value
967
}
968
969
func
uint32Ptr(value uint32) *uint32 {
970
return
&value
Callers
5
convertRestartPolicy
Function · 0.85
TestLoadWithInterpolationCastFull
Function · 0.85
TestMergeServiceOverrideReplicasZero
Function · 0.85
TestMergeServiceOverrideReplicasNotNil
Function · 0.85
services
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…