Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ NewID
Method
NewID
modules/blockbuilder/util/id.go:20–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
type
IDGenerator
interface
{
20
NewID() backend.UUID
21
}
22
23
var
_ IDGenerator = (*DeterministicIDGenerator)(nil)
Callers
2
TestReceivers
Function · 0.65
determineBlockIDs
Method · 0.65
Implementers
1
DeterministicIDGenerator
modules/blockbuilder/util/id.go
Calls
no outgoing calls
Tested by
1
TestReceivers
Function · 0.52