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

Function CommandCtx_GetCommandName

src/commands/cmd_context.c:108–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108const char *CommandCtx_GetCommandName
109(
110 const CommandCtx *command_ctx
111) {
112 ASSERT(command_ctx != NULL);
113 return command_ctx->command_name;
114}
115
116const char *CommandCtx_GetQuery
117(

Callers 2

_readonly_cmd_modeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected