MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / HashTableEntryMetadata

Function HashTableEntryMetadata

src/util/dict.c:680–682  ·  view source on GitHub ↗

A pointer to the metadata section within the dict entry. */

Source from the content-addressed store, hash-verified

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

Callers 1

HashTableAddRawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected