Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ AST_IncreaseRefCount
Function
AST_IncreaseRefCount
src/ast/ast.c:133–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
static void AST_IncreaseRefCount
134
(
135
AST *ast
136
) {
137
ASSERT(ast);
138
__atomic_fetch_add(ast->ref_count, 1, __ATOMIC_RELAXED);
139
}
140
141
static int AST_DecRefCount
142
(
Callers
1
AST_ShallowCopy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected