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

Function GraphEncodeContext_GetMetaKeys

src/serializers/encode_context.c:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117unsigned char **GraphEncodeContext_GetMetaKeys(const GraphEncodeContext *ctx) {
118 ASSERT(ctx);
119 return raxKeys(ctx->meta_keys);
120}
121
122void GraphEncodeContext_ClearMetaKeys(GraphEncodeContext *ctx) {
123 ASSERT(ctx);

Callers 1

_DeleteGraphMetaKeysFunction · 0.85

Calls 1

raxKeysFunction · 0.85

Tested by

no test coverage detected