MCPcopy Index your code
hub / github.com/clojure/clojure / hashCode

Method hashCode

src/jvm/clojure/lang/TaggedLiteral.java:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57@Override
58public int hashCode() {
59 int result = Util.hash(tag);
60 result = 31 * result + Util.hash(form);
61 return result;
62}
63
64}

Callers

nothing calls this directly

Calls 1

hashMethod · 0.95

Tested by

no test coverage detected