MCPcopy
hub / github.com/cloudfoundry/cli / Version

Method Version

integration/helpers/version.go:38–40  ·  view source on GitHub ↗

Version returns the version of the targeted UAA

()

Source from the content-addressed store, hash-verified

36
37// Version returns the version of the targeted UAA
38func (v UAAVersion) Version() string {
39 return v.App.Version
40}
41
42// IsUAAVersionAtLeast returns true if the UAA version >= minVersion, false otherwise.
43func IsUAAVersionAtLeast(minVersion string) bool {

Callers 10

IsUAAVersionAtLeastFunction · 0.95
client_test.goFile · 0.80
NewClientFunction · 0.80
client_test.goFile · 0.80
NewRequesterFunction · 0.80
NewClientFunction · 0.80
client_test.goFile · 0.80
NewClientFunction · 0.80
NewClientFunction · 0.80
NewClientFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected