MCPcopy 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
133static void AST_IncreaseRefCount
134(
135 AST *ast
136) {
137 ASSERT(ast);
138 __atomic_fetch_add(ast->ref_count, 1, __ATOMIC_RELAXED);
139}
140
141static int AST_DecRefCount
142(

Callers 1

AST_ShallowCopyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected