Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ hashCode
Method
hashCode
basex-core/src/main/java/org/basex/query/value/item/Hex.java:57–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
@Override
58
public
int
hashCode() {
59
return
Token.hashCode(data);
60
}
61
62
@Override
63
public
byte[] parse(
final
Item item,
final
InputInfo info) throws QueryException {
Callers
8
init
Method · 0.45
item
Method · 0.45
funcIdentity
Method · 0.45
funcIdentity
Method · 0.45
funcIdentity
Method · 0.45
getOrNull
Method · 0.45
put
Method · 0.45
remove
Method · 0.45
Calls
1
hashCode
Method · 0.95
Tested by
no test coverage detected