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

Function CommandCtx_GetQuery

src/commands/cmd_context.c:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116const char *CommandCtx_GetQuery
117(
118 const CommandCtx *command_ctx
119) {
120 ASSERT(command_ctx != NULL);
121 return command_ctx->query;
122}
123
124void CommandCtx_ThreadSafeContextLock
125(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected