MCPcopy Index your code
hub / github.com/docker/cli / hasInvalidPlugins

Function hasInvalidPlugins

cli/cobra.go:234–236  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

232}
233
234func hasInvalidPlugins(cmd *cobra.Command) bool {
235 return len(invalidPlugins(cmd)) > 0
236}
237
238func hasTopCommands(cmd *cobra.Command) bool {
239 return len(topCommands(cmd)) > 0

Callers

nothing calls this directly

Calls 1

invalidPluginsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…