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

Function GraphEncodeContext_GetEncodeState

src/serializers/encode_context.c:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96EncodeState GraphEncodeContext_GetEncodeState(const GraphEncodeContext *ctx) {
97 ASSERT(ctx);
98 return ctx->state;
99}
100
101void GraphEncodeContext_SetEncodeState(GraphEncodeContext *ctx, EncodeState state) {
102 ASSERT(ctx);

Callers 2

_RdbSaveKeySchemaFunction · 0.85
RdbSaveGraph_v13Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected