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

Function CommandCtx_GetGraphContext

src/commands/cmd_context.c:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100GraphContext *CommandCtx_GetGraphContext
101(
102 const CommandCtx *command_ctx
103) {
104 ASSERT(command_ctx != NULL);
105 return command_ctx->graph_ctx;
106}
107
108const char *CommandCtx_GetCommandName
109(

Callers 3

_queryFunction · 0.85
Graph_ExplainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected