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

Function newNodeOptions

cli/command/node/opts.go:17–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func newNodeOptions() *nodeOptions {
18 return &nodeOptions{
19 annotations: annotations{
20 labels: opts.NewListOpts(nil),
21 },
22 }
23}

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…