MCPcopy Create free account
hub / github.com/BaseXdb/basex / hashCode

Method hashCode

basex-core/src/main/java/org/basex/query/value/item/B64.java:97–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 @Override
98 public int hashCode() {
99 try {
100 return Token.hashCode(binary(null));
101 } catch(final QueryException ex) {
102 Util.stack(ex);
103 return Integer.MAX_VALUE;
104 }
105 }
106
107 @Override
108 public final byte[] parse(final Item item, final InputInfo info) throws QueryException {

Callers

nothing calls this directly

Calls 3

hashCodeMethod · 0.95
stackMethod · 0.95
binaryMethod · 0.45

Tested by

no test coverage detected