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

Function HashTableSetVal

src/util/dict.c:675–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void HashTableSetVal(dict *d, dictEntry *de, void *val) {
676 de->v.val = d->type->valDup ? d->type->valDup(d, val) : val;
677}
678
679/* A pointer to the metadata section within the dict entry. */
680void *HashTableEntryMetadata(dictEntry *de) {

Callers 3

HashTableAddFunction · 0.85
HashTableReplaceFunction · 0.85
_GetGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected