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

Function InstanceKey

utils/key.go:80–82  ·  view source on GitHub ↗

InstanceKey builds key for instance

(namespace, name string)

Source from the content-addressed store, hash-verified

78
79// InstanceKey builds key for instance
80func InstanceKey(namespace, name string) string {
81 return path.Join(InstanceListKey(namespace), name)
82}
83
84// EnumNodeListKey builds the key for enum node list
85func EnumNodeListKey(namespace, table string, incarnation, columnID int) string {

Callers

nothing calls this directly

Calls 2

InstanceListKeyFunction · 0.85
JoinMethod · 0.65

Tested by

no test coverage detected