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

Method ServerVersion

cli/command/system/client_test.go:91–93  ·  view source on GitHub ↗
(ctx context.Context, options client.ServerVersionOptions)

Source from the content-addressed store, hash-verified

89}
90
91func (cli *fakeClient) ServerVersion(ctx context.Context, options client.ServerVersionOptions) (client.ServerVersionResult, error) {
92 return cli.serverVersion(ctx, options)
93}
94
95func (cli *fakeClient) VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error) {
96 if cli.volumeListFunc != nil {

Callers 1

runVersionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected