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

Method hasheq

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

Source from the content-addressed store, hash-verified

88}
89
90public int hasheq() {
91 if(_hasheq == 0){
92 _hasheq = Util.hashCombine(Murmur3.hashUnencodedChars(name), Util.hash(ns));
93 }
94 return _hasheq;
95}
96
97public IObj withMeta(IPersistentMap meta){
98 if(meta() == meta)

Callers

nothing calls this directly

Calls 3

hashCombineMethod · 0.95
hashUnencodedCharsMethod · 0.95
hashMethod · 0.95

Tested by

no test coverage detected