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

Function newListOptsVar

cli/command/service/update.go:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func newListOptsVar() *opts.ListOpts {
147 return opts.NewListOptsRef(&[]string{}, nil)
148}
149
150func newListOptsVarWithValidator(validator opts.ValidatorFctType) *opts.ListOpts {
151 return opts.NewListOptsRef(&[]string{}, validator)

Callers 1

newUpdateCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…