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

Struct ownsNothingSharder

tempodb/blocklist/poller.go:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104var OwnsNothingSharder = ownsNothingSharder{}
105
106type ownsNothingSharder struct{}
107
108func (ownsNothingSharder) Owns(_ string) bool {
109 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected