| 1310 | } |
| 1311 | |
| 1312 | uint64_t dictSdsCaseHash(const void *key) { |
| 1313 | return dictGenCaseHashFunction((unsigned char*)key, sdslen((char*)key)); |
| 1314 | } |
| 1315 | |
| 1316 | int dictEncObjKeyCompare(void *privdata, const void *key1, |
| 1317 | const void *key2) |
nothing calls this directly
no test coverage detected