Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ QueryCtx_SetTLS
Function
QueryCtx_SetTLS
src/query_ctx.c:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
inline void QueryCtx_SetTLS
61
(
62
QueryCtx *query_ctx
63
) {
64
pthread_setspecific(_tlsQueryCtxKey, query_ctx);
65
}
66
67
inline void QueryCtx_RemoveFromTLS(void) {
68
pthread_setspecific(_tlsQueryCtxKey, NULL);
Callers
1
_ExecuteQuery
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected