Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kvrocks-controller
/ buildClusterKey
Function
buildClusterKey
store/helper.go:36–38 ·
view source on GitHub ↗
(ns, cluster string)
Source
from the content-addressed store, hash-verified
34
}
35
36
func
buildClusterKey(ns, cluster string) string {
37
return
fmt.Sprintf(
"%s/%s"
, buildClusterPrefix(ns), cluster)
38
}
Callers
6
existsCluster
Method · 0.85
getClusterWithoutLock
Method · 0.85
UpdateCluster
Method · 0.85
SetCluster
Method · 0.85
CreateCluster
Method · 0.85
RemoveCluster
Method · 0.85
Calls
1
buildClusterPrefix
Function · 0.85
Tested by
no test coverage detected