Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
122
public
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
hasheq
Method · 0.65
Tested by
no test coverage detected