MCPcopy 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

runMethod · 0.95
toStringMethod · 0.95

Calls 1

concatMethod · 0.95

Tested by

no test coverage detected