MCPcopy
hub / github.com/docker/compose / intPtr

Function intPtr

pkg/compose/convergence_test.go:60–62  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

58}
59
60func intPtr(i int) *int {
61 return &i
62}
63
64func TestServiceLinks(t *testing.T) {
65 const dbContainerName = "/" + testProject + "-db-1"

Calls

no outgoing calls

Tested by

no test coverage detected