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

Function HashTableGetVal

src/util/dict.c:688–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688void *HashTableGetVal(const dictEntry *de) {
689 return de->v.val;
690}
691
692/* Returns the memory usage in bytes of the dict, excluding the size of the keys
693 * and values. */

Callers 7

HashTableFetchValueFunction · 0.85
ExecutionPlan_FreeFunction · 0.85
_CloneOpTreeFunction · 0.85
_GetGroupFunction · 0.85
_handoffFunction · 0.85
CommitUpdatesFunction · 0.85
EvalEntityUpdatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected