MCPcopy 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
7type OptionalString struct {
8 IsSet bool
9 Value string
10}
11
12func NewOptionalString(v string) OptionalString {
13 return OptionalString{

Callers 4

ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected