Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ QueryCtx_Init
Function
QueryCtx_Init
src/query_ctx.c:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
bool QueryCtx_Init(void) {
53
return (pthread_key_create(&_tlsQueryCtxKey, NULL) == 0);
54
}
55
56
inline QueryCtx *QueryCtx_GetQueryCtx(void) {
57
return _QueryCtx_GetCreateCtx();
Callers
5
RedisModule_OnLoad
Function · 0.85
_fake_graph_context
Function · 0.85
setup
Function · 0.85
_fake_graph_context
Function · 0.85
setup
Function · 0.85
Calls
no outgoing calls
Tested by
4
_fake_graph_context
Function · 0.68
setup
Function · 0.68
_fake_graph_context
Function · 0.68
setup
Function · 0.68