MCPcopy Create free account
hub / github.com/docker/cli / durationPtr

Function durationPtr

cli/compose/loader/loader_test.go:960–963  ·  view source on GitHub ↗
(value time.Duration)

Source from the content-addressed store, hash-verified

958}
959
960func durationPtr(value time.Duration) *types.Duration {
961 result := types.Duration(value)
962 return &result
963}
964
965func uint64Ptr(value uint64) *uint64 {
966 return &value

Callers 1

servicesFunction · 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…