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

Method init

basex-core/src/main/java/org/basex/index/path/PathIndex.java:82–86  ·  view source on GitHub ↗

Initializes the index.

()

Source from the content-addressed store, hash-verified

80 * Initializes the index.
81 */
82 public void init() {
83 root = new PathNode();
84 stack.clear();
85 stack.add(root);
86 }
87
88 @Override
89 public void close() { }

Callers 1

PathIndexMethod · 0.95

Calls 2

addMethod · 0.65
clearMethod · 0.45

Tested by

no test coverage detected