MCPcopy 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
36func buildClusterKey(ns, cluster string) string {
37 return fmt.Sprintf("%s/%s", buildClusterPrefix(ns), cluster)
38}

Callers 6

existsClusterMethod · 0.85
getClusterWithoutLockMethod · 0.85
UpdateClusterMethod · 0.85
SetClusterMethod · 0.85
CreateClusterMethod · 0.85
RemoveClusterMethod · 0.85

Calls 1

buildClusterPrefixFunction · 0.85

Tested by

no test coverage detected