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

Function QueryCtx_SetGraphCtx

src/query_ctx.c:198–205  ·  view source on GitHub ↗

set the provided GraphCtx for access through the QueryCtx

Source from the content-addressed store, hash-verified

196
197// set the provided GraphCtx for access through the QueryCtx
198void QueryCtx_SetGraphCtx
199(
200 GraphContext *gc
201) {
202 ASSERT(gc != NULL);
203 QueryCtx *ctx = _QueryCtx_GetCreateCtx();
204 ctx->gc = gc;
205}
206
207// set the resultset
208void QueryCtx_SetResultSet

Callers 5

_Constraint_CreateFunction · 0.85
_fake_graph_contextFunction · 0.85
_fake_graph_contextFunction · 0.85
_fake_graph_contextFunction · 0.85
_fake_graph_contextFunction · 0.85

Calls 1

_QueryCtx_GetCreateCtxFunction · 0.85

Tested by 4

_fake_graph_contextFunction · 0.68
_fake_graph_contextFunction · 0.68
_fake_graph_contextFunction · 0.68
_fake_graph_contextFunction · 0.68