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

Function strPtr

cli/compose/loader/loader_test.go:182–184  ·  view source on GitHub ↗
(val string)

Source from the content-addressed store, hash-verified

180}
181
182func strPtr(val string) *string {
183 return &val
184}
185
186var sampleConfig = types.Config{
187 Version: "3.13",

Callers 6

loader_test.goFile · 0.70
TestLoadWithEnvironmentFunction · 0.70
TestDiscardEnvFileOptionFunction · 0.70
TestLoadMultipleConfigsFunction · 0.70
servicesFunction · 0.70
TestNetworkCreateIPv6Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…