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/Uri.java:130–133 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
}
129
130
@Override
131
public
int
hashCode() {
132
return
Token.hashCode(value);
133
}
134
135
@Override
136
public
Expr simplifyFor(
final
Simplify mode,
final
CompileContext cc) throws QueryException {
Callers
nothing calls this directly
Calls
1
hashCode
Method · 0.95
Tested by
no test coverage detected