MCPcopy Create free account
hub / github.com/BaseXdb/basex / left

Method left

basex-core/src/main/java/org/basex/index/IndexTree.java:205–207  ·  view source on GitHub ↗

Gets the left child. @param nd current node @return left node

(final int nd)

Source from the content-addressed store, hash-verified

203 * @return left node
204 */
205 private int left(final int nd) {
206 return tree.get((nd << 1) + nd);
207 }
208
209 /**
210 * Gets the right child.

Callers 6

addMethod · 0.95
initMethod · 0.95
nextMethod · 0.95
adjustMethod · 0.95
rotateLeftMethod · 0.95
rotateRightMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected