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

Function QueryCtx_PrintQuery

src/query_ctx.c:314–317  ·  view source on GitHub ↗

print the current query

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_QueryCtx_GetCreateCtxFunction · 0.85

Tested by

no test coverage detected