Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ nilStringPointer
Function
nilStringPointer
command/v7/space_command.go:149–154 ·
view source on GitHub ↗
(pointer *string)
Source
from the content-addressed store, hash-verified
147
}
148
149
func
nilStringPointer(pointer *string) string {
150
if
pointer == nil {
151
return
""
152
}
153
return
*pointer
154
}
Callers
1
collectSecurityGroupRuleRows
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected