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