Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
func
strPtr(val string) *string {
183
return
&val
184
}
185
186
var
sampleConfig = types.Config{
187
Version:
"3.13"
,
Callers
6
loader_test.go
File · 0.70
TestLoadWithEnvironment
Function · 0.70
TestDiscardEnvFileOption
Function · 0.70
TestLoadMultipleConfigs
Function · 0.70
services
Function · 0.70
TestNetworkCreateIPv6
Function · 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…