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

Function GraphContext_GetCache

src/graph/graphcontext.c:842–845  ·  view source on GitHub ↗

Return cache associated with graph context and current thread id.

Source from the content-addressed store, hash-verified

840
841// Return cache associated with graph context and current thread id.
842Cache *GraphContext_GetCache(const GraphContext *gc) {
843 ASSERT(gc != NULL);
844 return gc->cache;
845}
846
847//------------------------------------------------------------------------------
848// Free routine

Callers 1

ExecutionCtx_FromQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected