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

Function QueryCtx_GetParams

src/query_ctx.c:237–241  ·  view source on GitHub ↗

retrieve the query parameters values map

Source from the content-addressed store, hash-verified

235
236// retrieve the query parameters values map
237rax *QueryCtx_GetParams(void) {
238 QueryCtx *ctx = _QueryCtx_GetCtx();
239 ASSERT(ctx != NULL);
240 return ctx->query_data.params;
241}
242
243// retrieve the GraphCtx
244GraphContext *QueryCtx_GetGraphCtx(void) {

Callers 1

_AR_EXP_EvaluateParamFunction · 0.85

Calls 1

_QueryCtx_GetCtxFunction · 0.85

Tested by

no test coverage detected