MCPcopy
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
19type IDGenerator interface {
20 NewID() backend.UUID
21}
22
23var _ IDGenerator = (*DeterministicIDGenerator)(nil)

Callers 2

TestReceiversFunction · 0.65
determineBlockIDsMethod · 0.65

Implementers 1

DeterministicIDGeneratormodules/blockbuilder/util/id.go

Calls

no outgoing calls

Tested by 1

TestReceiversFunction · 0.52