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

Function GraphEncodeContext_ClearMetaKeys

src/serializers/encode_context.c:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void GraphEncodeContext_ClearMetaKeys(GraphEncodeContext *ctx) {
123 ASSERT(ctx);
124 raxFree(ctx->meta_keys);
125 ctx->meta_keys = raxNew();
126}
127
128uint64_t GraphEncodeContext_GetProcessedKeyCount(const GraphEncodeContext *ctx) {
129 ASSERT(ctx);

Callers 1

_DeleteGraphMetaKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected