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

Method Info

cli/command/container/client_test.go:111–116  ·  view source on GitHub ↗
(context.Context, client.InfoOptions)

Source from the content-addressed store, hash-verified

109}
110
111func (f *fakeClient) Info(context.Context, client.InfoOptions) (client.SystemInfoResult, error) {
112 if f.infoFunc != nil {
113 return f.infoFunc()
114 }
115 return client.SystemInfoResult{}, nil
116}
117
118func (f *fakeClient) ContainerStatPath(_ context.Context, containerID string, options client.ContainerStatPathOptions) (client.ContainerStatPathResult, error) {
119 if f.containerStatPathFunc != nil {

Callers 3

localContentSizeFunction · 0.45
completeLogDriverFunction · 0.45
completeVolumeDriverFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected