MCPcopy 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
36static int __parent
37(
38 const int idx
39) {
40 return (idx - 1) / 2;
41}
42
43static void __swap
44(

Callers 1

__pushupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected