Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ textRef
Method
textRef
basex-core/src/main/java/org/basex/data/MemData.java:169–172 ·
view source on GitHub ↗
(final byte[] value, final boolean text)
Source
from the content-addressed store, hash-verified
167
}
168
169
@Override
170
protected
long textRef(
final
byte[] value,
final
boolean text) {
171
return
(text ? texts : values).put(value);
172
}
173
}
Callers
2
text
Method · 0.95
updateText
Method · 0.95
Calls
1
put
Method · 0.45
Tested by
no test coverage detected