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