MCPcopy
hub / github.com/grafana/tempo / GetShardCount

Method GetShardCount

tempodb/encoding/common/bloom.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (b *ShardedBloomFilter) GetShardCount() int {
74 return len(b.blooms)
75}
76
77// Test implements bloom.Test -> required only for testing
78func (b *ShardedBloomFilter) Test(traceID []byte) bool {

Callers 7

CompleteMethod · 0.80
CompleteMethod · 0.80
CompleteMethod · 0.80
TestShardedBloomFunction · 0.80
TestBloomShardCountFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestShardedBloomFunction · 0.64
TestBloomShardCountFunction · 0.64