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

Function QueryCtx_GetGraph

src/query_ctx.c:251–254  ·  view source on GitHub ↗

retrieve the Graph object

Source from the content-addressed store, hash-verified

249
250// retrieve the Graph object
251Graph *QueryCtx_GetGraph(void) {
252 GraphContext *gc = QueryCtx_GetGraphCtx();
253 return gc->g;
254}
255
256// retrieve undo log
257UndoLog QueryCtx_GetUndoLog(void) {

Callers 15

UndoLog_DeleteNodeFunction · 0.85
NewNodeByLabelScanOpFunction · 0.85
_ConstructIteratorFunction · 0.85
CondVarLenTraverseCloneFunction · 0.85
NewNodeByIdSeekOpFunction · 0.85
CondTraverseCloneFunction · 0.85
AllNodeScanInitFunction · 0.85
CommitNewEntitiesFunction · 0.85
_Traverse_CollectEdgesFunction · 0.85

Calls 1

QueryCtx_GetGraphCtxFunction · 0.85

Tested by

no test coverage detected