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

Method hasheq

src/jvm/clojure/lang/Repeat.java:122–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122public int hasheq(){
123 if(count <= 0)
124 throw new UnsupportedOperationException();
125 else
126 return super.hasheq();
127}
128
129}

Callers

nothing calls this directly

Calls 1

hasheqMethod · 0.65

Tested by

no test coverage detected