MCPcopy Create free account
hub / github.com/apache/kvrocks-controller / buildClusterPrefix

Function buildClusterPrefix

store/helper.go:32–34  ·  view source on GitHub ↗
(ns string)

Source from the content-addressed store, hash-verified

30}
31
32func buildClusterPrefix(ns string) string {
33 return fmt.Sprintf("%s/%s/cluster", nsPrefix, ns)
34}
35
36func buildClusterKey(ns, cluster string) string {
37 return fmt.Sprintf("%s/%s", buildClusterPrefix(ns), cluster)

Callers 2

buildClusterKeyFunction · 0.85
ListClusterMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected