| 277 | } |
| 278 | |
| 279 | inline static bool _readonly_cmd_mode(CommandCtx *ctx) { |
| 280 | return strcasecmp(CommandCtx_GetCommandName(ctx), "graph.RO_QUERY") == 0; |
| 281 | } |
| 282 | |
| 283 | // _ExecuteQuery accepts a GraphQueryCtx as an argument |
| 284 | // it may be called directly by a reader thread or the Redis main thread, |
no test coverage detected