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

Method NetworkList

cli/command/completion/functions_test.go:51–56  ·  view source on GitHub ↗
(ctx context.Context, options client.NetworkListOptions)

Source from the content-addressed store, hash-verified

49}
50
51func (c *fakeClient) NetworkList(ctx context.Context, options client.NetworkListOptions) (client.NetworkListResult, error) {
52 if c.networkListFunc != nil {
53 return c.networkListFunc(ctx, options)
54 }
55 return client.NetworkListResult{}, nil
56}
57
58func (c *fakeClient) VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error) {
59 if c.volumeListFunc != nil {

Callers 1

NetworkNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected