MCPcopy 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
149func nilStringPointer(pointer *string) string {
150 if pointer == nil {
151 return ""
152 }
153 return *pointer
154}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected