Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
func
ServerVersion(version string) Option {
101
return
func
(c *CredHub) error {
102
c.cachedServerVersion = version
103
return
nil
104
}
105
}
Callers
8
main
Function · 0.92
get_permission_test.go
File · 0.92
delete_permission_test.go
File · 0.92
set_permission_test.go
File · 0.92
set_test.go
File · 0.85
generate_test.go
File · 0.85
regenerate_test.go
File · 0.85
permissions_test.go
File · 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…