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

Function GraphContext_GetName

src/graph/graphcontext.c:248–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248const 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
257const RedisModuleString *GraphContext_GetTelemetryStreamName

Callers 7

_ExecuteQueryFunction · 0.85
Graph_ListFunction · 0.85
_emit_running_queryFunction · 0.85
_emit_waiting_queryFunction · 0.85
RdbLoadGraphContext_v8Function · 0.85
Constraint_ReplicateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected