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

Function GraphDecodeContext_ClearMetaKeys

src/serializers/decode_context.c:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void GraphDecodeContext_ClearMetaKeys(GraphDecodeContext *ctx) {
55 ASSERT(ctx);
56 raxFree(ctx->meta_keys);
57 ctx->meta_keys = raxNew();
58}
59
60// Returns if the the number of processed keys is equal to the total number of graph keys.
61bool GraphDecodeContext_Finished(const GraphDecodeContext *ctx) {

Callers 1

_DeleteGraphMetaKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected