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