Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ __parent
Function
__parent
src/util/heap.c:36–41 ·
view source on GitHub ↗
compute parent index for given child
Source
from the content-addressed store, hash-verified
34
35
// compute parent index for given child
36
static int __parent
37
(
38
const int idx
39
) {
40
return (idx - 1) / 2;
41
}
42
43
static void __swap
44
(
Callers
1
__pushup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected