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

Method ClientVersion

cli/command/cli_test.go:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154func (c *fakeClient) ClientVersion() string {
155 return c.version
156}
157
158func TestInitializeFromClient(t *testing.T) {
159 const defaultVersion = "v1.55"

Calls

no outgoing calls

Tested by

no test coverage detected