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

Function HashTableRelease

src/util/dict.c:579–584  ·  view source on GitHub ↗

Clear & Release the hash table */

Source from the content-addressed store, hash-verified

577
578/* Clear & Release the hash table */
579void HashTableRelease(dict *d)
580{
581 _dictClear(d,0,NULL);
582 _dictClear(d,1,NULL);
583 free(d);
584}
585
586dictEntry *HashTableFind(dict *d, const void *key)
587{

Callers 8

AR_INSERTLISTELEMENTSFunction · 0.85
AR_DEDUPFunction · 0.85
ExecutionPlan_FreeFunction · 0.85
_ExecutionPlan_CloneFunction · 0.85
_free_pending_updatesFunction · 0.85
UpdateFreeFunction · 0.85
AggregateResetFunction · 0.85
AggregateFreeFunction · 0.85

Calls 1

_dictClearFunction · 0.85

Tested by

no test coverage detected