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

Function QueryCtx_GetQueryCtx

src/query_ctx.c:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56inline QueryCtx *QueryCtx_GetQueryCtx(void) {
57 return _QueryCtx_GetCreateCtx();
58}
59
60inline void QueryCtx_SetTLS
61(

Callers 8

UndoLog_RollbackFunction · 0.85
GraphQueryCtx_NewFunction · 0.85
_queryFunction · 0.85
Graph_ExplainFunction · 0.85
ExecutionCtx_FromQueryFunction · 0.85
AST_ToStringFunction · 0.85
EvalEntityUpdatesFunction · 0.85
build_ast_and_planFunction · 0.85

Calls 1

_QueryCtx_GetCreateCtxFunction · 0.85

Tested by 1

build_ast_and_planFunction · 0.68