Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ AST_DecRefCount
Function
AST_DecRefCount
src/ast/ast.c:141–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
static int AST_DecRefCount
142
(
143
AST *ast
144
) {
145
ASSERT(ast);
146
return __atomic_sub_fetch(ast->ref_count, 1, __ATOMIC_RELAXED);
147
}
148
149
bool AST_ReadOnly
150
(
Callers
1
AST_Free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected