Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ mockJobSharder
Struct
mockJobSharder
tempodb/blocklist/poller_test.go:33–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
)
32
33
type
mockJobSharder
struct
{
34
owns bool
35
}
36
37
func
(m *mockJobSharder) Owns(_ string) bool {
return
m.owns }
38
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected