| 1404 | } |
| 1405 | |
| 1406 | uint64_t dictSdsCaseHash(const void *key) { |
| 1407 | return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key)); |
| 1408 | } |
| 1409 | |
| 1410 | int dictEncObjKeyCompare(void *privdata, const void *key1, |
| 1411 | const void *key2) |
nothing calls this directly
no test coverage detected