MCPcopy 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
52bool QueryCtx_Init(void) {
53 return (pthread_key_create(&_tlsQueryCtxKey, NULL) == 0);
54}
55
56inline QueryCtx *QueryCtx_GetQueryCtx(void) {
57 return _QueryCtx_GetCreateCtx();

Callers 5

RedisModule_OnLoadFunction · 0.85
_fake_graph_contextFunction · 0.85
setupFunction · 0.85
_fake_graph_contextFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by 4

_fake_graph_contextFunction · 0.68
setupFunction · 0.68
_fake_graph_contextFunction · 0.68
setupFunction · 0.68