print the current query
| 312 | |
| 313 | // print the current query |
| 314 | void QueryCtx_PrintQuery(void) { |
| 315 | QueryCtx *ctx = _QueryCtx_GetCreateCtx(); |
| 316 | printf("%s\n", ctx->query_data.query); |
| 317 | } |
| 318 | |
| 319 | static void _QueryCtx_ThreadSafeContextLock |
| 320 | ( |
nothing calls this directly
no test coverage detected