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

Method hashCode

basex-core/src/main/java/org/basex/query/value/item/QNm.java:327–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

325 }
326
327 @Override
328 public int hashCode() {
329 return Token.hashCode(unique());
330 }
331
332 @Override
333 public byte[] xdmInfo() {

Callers

nothing calls this directly

Calls 2

hashCodeMethod · 0.95
uniqueMethod · 0.95

Tested by

no test coverage detected