Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
553
void Graph_Profile(void *args) {
554
_query(true, args);
555
}
556
557
void Graph_Query(void *args) {
558
_query(false, args);
Callers
nothing calls this directly
Calls
1
_query
Function · 0.85
Tested by
no test coverage detected