Owns is used to ask if a job, identified by a string, is owned by this process
(string)
| 98 | type JobSharder interface { |
| 99 | // Owns is used to ask if a job, identified by a string, is owned by this process |
| 100 | Owns(string) bool |
| 101 | } |
| 102 | |
| 103 | // OwnsNothingSharder owns nothing. You do not want this developer on your team. |
no outgoing calls
no test coverage detected