(cmd *cobra.Command)
| 228 | } |
| 229 | |
| 230 | func hasSwarmSubCommands(cmd *cobra.Command) bool { |
| 231 | return len(orchestratorSubCommands(cmd)) > 0 |
| 232 | } |
| 233 | |
| 234 | func hasInvalidPlugins(cmd *cobra.Command) bool { |
| 235 | return len(invalidPlugins(cmd)) > 0 |
nothing calls this directly
no test coverage detected
searching dependent graphs…