Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ finish
Method
finish
basex-core/src/main/java/org/basex/data/DataPrinter.java:87–89 ·
view source on GitHub ↗
Returns the token representation. @return table
()
Source
from the content-addressed store, hash-verified
85
* @
return
table
86
*/
87
public
byte[] finish() {
88
return
Token.concat(table.finish(), nsp.finish());
89
}
90
91
@Override
92
public
String toString() {
Callers
2
run
Method · 0.95
toString
Method · 0.95
Calls
1
concat
Method · 0.95
Tested by
no test coverage detected