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

Function Graph_Profile

src/commands/cmd_query.c:553–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void Graph_Profile(void *args) {
554 _query(true, args);
555}
556
557void Graph_Query(void *args) {
558 _query(false, args);

Callers

nothing calls this directly

Calls 1

_queryFunction · 0.85

Tested by

no test coverage detected