MCPcopy Create free account
hub / github.com/cloudfoundry/credhub-cli / supportsMetadata

Function supportsMetadata

credhub/set.go:130–133  ·  view source on GitHub ↗
(v *version.Version)

Source from the content-addressed store, hash-verified

128}
129
130func supportsMetadata(v *version.Version) bool {
131 supportedVersion := version.Must(version.NewVersion("2.6.0"))
132 return v.GreaterThan(supportedVersion) || v.Equal(supportedVersion)
133}

Callers 3

RegenerateMethod · 0.85
setCredentialMethod · 0.85
generateCredentialMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…