Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PathIndex
Method · 0.95
Calls
2
add
Method · 0.65
clear
Method · 0.45
Tested by
no test coverage detected