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

Function UpdateCtx_Clear

src/ast/ast_shared.c:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void UpdateCtx_Clear
210(
211 EntityUpdateEvalCtx *ctx
212) {
213 uint count = array_len(ctx->properties);
214 for(uint i = 0; i < count; i ++) AR_EXP_Free(ctx->properties[i].exp);
215 array_clear(ctx->properties);
216}
217
218void UpdateCtx_Free
219(

Callers 1

_ConvertUpdateItemFunction · 0.85

Calls 2

array_lenFunction · 0.85
AR_EXP_FreeFunction · 0.85

Tested by

no test coverage detected