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

Method hashCode

src/jvm/clojure/lang/Symbol.java:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86public int hashCode(){
87 return Util.hashCombine(name.hashCode(), Util.hash(ns));
88}
89
90public int hasheq() {
91 if(_hasheq == 0){

Callers

nothing calls this directly

Calls 2

hashCombineMethod · 0.95
hashMethod · 0.95

Tested by

no test coverage detected