| 41 | func (m *mockSharder) RecordDiscardedSpans(int, string, string, string, string) {} |
| 42 | |
| 43 | type mockJobSharder struct{} |
| 44 | |
| 45 | func (m *mockJobSharder) Owns(string) bool { return true } |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected