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

Function TestNodeRemoveMultiple

cli/command/node/remove_test.go:42–46  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

40}
41
42func TestNodeRemoveMultiple(t *testing.T) {
43 cmd := newRemoveCommand(test.NewFakeCli(&fakeClient{}))
44 cmd.SetArgs([]string{"nodeID1", "nodeID2"})
45 assert.NilError(t, cmd.Execute())
46}

Callers

nothing calls this directly

Calls 2

SetArgsMethod · 0.80
newRemoveCommandFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…