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

Function HashTableMetadata

src/util/dict.c:359–361  ·  view source on GitHub ↗

Return a pointer to the metadata section within the dict. */

Source from the content-addressed store, hash-verified

357
358/* Return a pointer to the metadata section within the dict. */
359void *HashTableMetadata(dict *d) {
360 return &d->metadata;
361}
362
363/* Add an element to the target hash table */
364int HashTableAdd

Callers 1

HashTableCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected