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

Function ServerVersion

credhub/options.go:100–105  ·  view source on GitHub ↗
(version string)

Source from the content-addressed store, hash-verified

98}
99
100func ServerVersion(version string) Option {
101 return func(c *CredHub) error {
102 c.cachedServerVersion = version
103 return nil
104 }
105}

Callers 8

mainFunction · 0.92
set_test.goFile · 0.85
generate_test.goFile · 0.85
regenerate_test.goFile · 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…