(self, hs)
| 295 | return bytes(hs.byteswap().data) |
| 296 | |
| 297 | def _hashed_byteswap(self, hs): |
| 298 | return self.hashfunc(bytes(hs.byteswap().data)) |
| 299 | |
| 300 | # 对第b个hashtable做冲突判断 |
| 301 | def _query_b(self, minhash, b): |
nothing calls this directly
no outgoing calls
no test coverage detected