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

Method init

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

Initializes the index iterator. will be removed to save memory.

()

Source from the content-addressed store, hash-verified

116 * will be removed to save memory.
117 */
118 public final void init() {
119 cn = root;
120 if(cn != -1) while(left(cn) != -1) cn = left(cn);
121 }
122
123 /**
124 * Checks if the iterator returns more keys.

Callers

nothing calls this directly

Calls 1

leftMethod · 0.95

Tested by

no test coverage detected