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

Method Info

cli/command/node/client_test.go:49–54  ·  view source on GitHub ↗
(context.Context, client.InfoOptions)

Source from the content-addressed store, hash-verified

47}
48
49func (cli *fakeClient) Info(context.Context, client.InfoOptions) (client.SystemInfoResult, error) {
50 if cli.infoFunc != nil {
51 return cli.infoFunc()
52 }
53 return client.SystemInfoResult{}, nil
54}
55
56func (cli *fakeClient) TaskInspect(_ context.Context, taskID string, _ client.TaskInspectOptions) (client.TaskInspectResult, error) {
57 if cli.taskInspectFunc != nil {

Callers 3

ReferenceFunction · 0.45
runListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected