A pointer to the metadata section within the dict entry. */
| 678 | |
| 679 | /* A pointer to the metadata section within the dict entry. */ |
| 680 | void *HashTableEntryMetadata(dictEntry *de) { |
| 681 | return &de->metadata; |
| 682 | } |
| 683 | |
| 684 | void *HashTableGetKey(const dictEntry *de) { |
| 685 | return de->key; |