MCPcopy 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

parseMethod · 0.45

Calls 1

hexMethod · 0.95

Tested by

no test coverage detected