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

Struct ownEverythingSharder

modules/blockbuilder/blockbuilder_test.go:942–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940var _ blocklist.JobSharder = (*ownEverythingSharder)(nil)
941
942type ownEverythingSharder struct{}
943
944func (o *ownEverythingSharder) Owns(string) bool { return true }
945

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected