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

Function GraphDecodeContext_GetMetaKeys

src/serializers/decode_context.c:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49unsigned char **GraphDecodeContext_GetMetaKeys(const GraphDecodeContext *ctx) {
50 ASSERT(ctx);
51 return raxKeys(ctx->meta_keys);
52}
53
54void GraphDecodeContext_ClearMetaKeys(GraphDecodeContext *ctx) {
55 ASSERT(ctx);

Callers 1

_DeleteGraphMetaKeysFunction · 0.85

Calls 1

raxKeysFunction · 0.85

Tested by

no test coverage detected