Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ GetTokens
Method
GetTokens
ring/ring.pb.go:200–205 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
}
199
200
func
(m *InstanceDesc) GetTokens() []uint32 {
201
if
m != nil {
202
return
m.Tokens
203
}
204
return
nil
205
}
206
207
func
(m *InstanceDesc) GetZone() string {
208
if
m != nil {
Callers
1
registerInstance
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected