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

Method hash

src/jvm/clojure/lang/Util.java:158–162  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

156}
157
158static public int hash(Object o){
159 if(o == null)
160 return 0;
161 return o.hashCode();
162}
163
164public static int hasheq(Object o){
165 if(o == null)

Callers 7

hashCodeMethod · 0.95
hasheqMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
hashCodeMethod · 0.95
findFnForMethod · 0.95

Calls 1

hashCodeMethod · 0.45

Tested by

no test coverage detected