Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ ringToken
Struct
ringToken
ring/ownership_priority_queue.go:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
type
ringToken
struct
{
27
token uint32
28
prevToken uint32
29
}
30
31
func
(rt ringToken) key() int {
32
return
int(rt.token)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected