MCPcopy
hub / github.com/uber/aresdb / NamespaceKey

Function NamespaceKey

utils/key.go:40–42  ·  view source on GitHub ↗

NamespaceKey builds key for namespace

(namespace string)

Source from the content-addressed store, hash-verified

38
39// NamespaceKey builds key for namespace
40func NamespaceKey(namespace string) string {
41 return path.Join(NamespaceListKey(), namespace)
42}
43
44// SchemaListKey builds key for schema list
45func SchemaListKey(namespace string) string {

Callers 5

SchemaListKeyFunction · 0.85
JobListKeyFunction · 0.85
JobAssignmentsListKeyFunction · 0.85
InstanceListKeyFunction · 0.85
EnumNodeListKeyFunction · 0.85

Calls 2

NamespaceListKeyFunction · 0.85
JoinMethod · 0.65

Tested by

no test coverage detected