| 246 | } |
| 247 | |
| 248 | const char *GraphContext_GetName |
| 249 | ( |
| 250 | const GraphContext *gc |
| 251 | ) { |
| 252 | ASSERT(gc != NULL); |
| 253 | return gc->graph_name; |
| 254 | } |
| 255 | |
| 256 | // get graph context's telemetry stream name |
| 257 | const RedisModuleString *GraphContext_GetTelemetryStreamName |
no outgoing calls
no test coverage detected