Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ string
Method
string
basex-core/src/main/java/org/basex/query/value/item/Hex.java:52–55 ·
view source on GitHub ↗
(final InputInfo ii)
Source
from the content-addressed store, hash-verified
50
}
51
52
@Override
53
public
byte[] string(
final
InputInfo ii) {
54
return
Token.hex(data, true);
55
}
56
57
@Override
58
public
int
hashCode() {
Callers
1
parse
Method · 0.45
Calls
1
hex
Method · 0.95
Tested by
no test coverage detected