Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ OptionalString
Struct
OptionalString
types/optional_string.go:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
)
6
7
type
OptionalString
struct
{
8
IsSet bool
9
Value string
10
}
11
12
func
NewOptionalString(v string) OptionalString {
13
return
OptionalString{
Callers
4
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected