Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ id
Method
id
basex-core/src/main/java/org/basex/query/value/node/DBNode.java:121–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
@Override
122
public
final
byte[] id() {
123
return
Token.concat(Token.ID, data().dbid,
'd'
, pre());
124
}
125
126
@Override
127
public
final
byte[] string() {
Callers
nothing calls this directly
Calls
3
concat
Method · 0.95
data
Method · 0.95
pre
Method · 0.95
Tested by
no test coverage detected