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

Method ServerInfo

cmd/docker/docker.go:567–567  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

565type versionDetails interface {
566 CurrentVersion() string
567 ServerInfo() command.ServerInfo
568}
569
570func hideFlagIf(f *pflag.Flag, condition func(string) bool, annotation string) {

Callers 4

processBuilderFunction · 0.65
hideUnsupportedFeaturesFunction · 0.65
areFlagsSupportedFunction · 0.65
areSubcommandsSupportedFunction · 0.65

Implementers 2

DockerClicli/command/cli.go
FakeCliinternal/test/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected