| 940 | var _ blocklist.JobSharder = (*ownEverythingSharder)(nil) |
| 941 | |
| 942 | type ownEverythingSharder struct{} |
| 943 | |
| 944 | func (o *ownEverythingSharder) Owns(string) bool { return true } |
| 945 |
nothing calls this directly
no outgoing calls
no test coverage detected