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

Method Info

cli/command/system/client_test.go:63–68  ·  view source on GitHub ↗
(ctx context.Context, options client.InfoOptions)

Source from the content-addressed store, hash-verified

61}
62
63func (cli *fakeClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error) {
64 if cli.infoFunc != nil {
65 return cli.infoFunc(ctx, options)
66 }
67 return client.SystemInfoResult{}, nil
68}
69
70func (cli *fakeClient) NetworkList(ctx context.Context, options client.NetworkListOptions) (client.NetworkListResult, error) {
71 if cli.networkListFunc != nil {

Callers 3

inspectAllFunction · 0.45
daemonNamesFunction · 0.45
addServerInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected