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

Function GraphEncodeContext_Finished

src/serializers/encode_context.c:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202bool GraphEncodeContext_Finished(const GraphEncodeContext *ctx) {
203 ASSERT(ctx);
204 return ctx->keys_processed == GraphEncodeContext_GetKeyCount(ctx);
205}
206
207void GraphEncodeContext_IncreaseProcessedKeyCount(GraphEncodeContext *ctx) {
208 ASSERT(ctx);

Callers 1

RdbSaveGraph_v13Function · 0.85

Calls 1

Tested by

no test coverage detected