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

Function GraphContext_GetGraph

src/graph/graphcontext.c:293–300  ·  view source on GitHub ↗

get graph from graph context

Source from the content-addressed store, hash-verified

291
292// get graph from graph context
293Graph *GraphContext_GetGraph
294(
295 const GraphContext *gc
296) {
297 ASSERT(gc != NULL);
298
299 return gc->g;
300}
301
302// Update graph context version
303static void _GraphContext_UpdateVersion(GraphContext *gc, const char *str) {

Callers 3

_Constraint_CreateFunction · 0.85
Effects_ApplyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected