Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ mapAt
Method
mapAt
src/jvm/clojure/lang/TransactionalHashMap.java:21–23 ·
view source on GitHub ↗
(int bin)
Source
from the content-addressed store, hash-verified
19
final
Ref[] bins;
20
21
IPersistentMap mapAt(
int
bin){
22
return
(IPersistentMap) bins[bin].deref();
23
}
24
25
final
int
binFor(Object k){
26
//spread hashes, a la Cliff Click
Callers
3
entryAt
Method · 0.95
size
Method · 0.95
entrySet
Method · 0.95
Calls
1
deref
Method · 0.65
Tested by
no test coverage detected