Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ rehash
Method
rehash
basex-core/src/main/java/org/basex/util/hash/TokenSet.java:190–193 ·
view source on GitHub ↗
(final int newSize)
Source
from the content-addressed store, hash-verified
188
}
189
190
@Override
191
protected
void
rehash(
final
int
newSize) {
192
keys = Array.copyOf(keys, newSize);
193
}
194
195
@Override
196
public
void
clear() {
Callers
nothing calls this directly
Calls
1
copyOf
Method · 0.95
Tested by
no test coverage detected