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

Function anyFlagsSet

cf/commands/application/scale.go:172–174  ·  view source on GitHub ↗
(context flags.FlagContext)

Source from the content-addressed store, hash-verified

170}
171
172func anyFlagsSet(context flags.FlagContext) bool {
173 return context.IsSet("m") || context.IsSet("k") || context.IsSet("i")
174}

Callers 1

ExecuteMethod · 0.85

Calls 1

IsSetMethod · 0.65

Tested by

no test coverage detected