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

Method hashCode

basex-core/src/main/java/org/basex/query/value/item/Hex.java:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 @Override
58 public int hashCode() {
59 return Token.hashCode(data);
60 }
61
62 @Override
63 public byte[] parse(final Item item, final InputInfo info) throws QueryException {

Callers 8

initMethod · 0.45
itemMethod · 0.45
funcIdentityMethod · 0.45
funcIdentityMethod · 0.45
funcIdentityMethod · 0.45
getOrNullMethod · 0.45
putMethod · 0.45
removeMethod · 0.45

Calls 1

hashCodeMethod · 0.95

Tested by

no test coverage detected