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

Function GraphEncodeContext_AddMetaKey

src/serializers/encode_context.c:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void GraphEncodeContext_AddMetaKey(GraphEncodeContext *ctx, const char *key) {
113 ASSERT(ctx);
114 raxInsert(ctx->meta_keys, (unsigned char *)key, strlen(key), NULL, NULL);
115}
116
117unsigned char **GraphEncodeContext_GetMetaKeys(const GraphEncodeContext *ctx) {
118 ASSERT(ctx);

Callers 1

_CreateGraphMetaKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected