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

Function CommandCtx_GetBlockingClient

src/commands/cmd_context.c:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92RedisModuleBlockedClient *CommandCtx_GetBlockingClient
93(
94 const CommandCtx *command_ctx
95) {
96 ASSERT(command_ctx != NULL);
97 return command_ctx->bc;
98}
99
100GraphContext *CommandCtx_GetGraphContext
101(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected