Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ containsKey
Method
containsKey
src/jvm/clojure/lang/PersistentTreeMap.java:96–98 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
94
}
95
96
public
boolean containsKey(Object key){
97
return
entryAt(key) != null;
98
}
99
100
public
boolean equals(Object obj){
101
try {
Callers
nothing calls this directly
Calls
1
entryAt
Method · 0.95
Tested by
no test coverage detected