MCPcopy Index your code
hub / github.com/cloudfoundry/cli / IsSet

Method IsSet

cf/flags/flags.go:160–162  ·  view source on GitHub ↗
(k string)

Source from the content-addressed store, hash-verified

158}
159
160func (c *flagContext) IsSet(k string) bool {
161 return c.isFlagProvided(&k)
162}
163
164func (c *flagContext) Int(k string) int {
165 if !c.isFlagProvided(&k) {

Callers

nothing calls this directly

Calls 1

isFlagProvidedMethod · 0.95

Tested by

no test coverage detected