Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
172
func
anyFlagsSet(context flags.FlagContext) bool {
173
return
context.IsSet(
"m"
) || context.IsSet(
"k"
) || context.IsSet(
"i"
)
174
}
Callers
1
Execute
Method · 0.85
Calls
1
IsSet
Method · 0.65
Tested by
no test coverage detected