Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ entryKey
Method
entryKey
src/jvm/clojure/lang/PersistentTreeMap.java:173–175 ·
view source on GitHub ↗
(Object entry)
Source
from the content-addressed store, hash-verified
171
}
172
173
public
Object entryKey(Object entry){
174
return
((IMapEntry) entry).key();
175
}
176
177
public
ISeq seq(boolean ascending){
178
if
(_count > 0)
Callers
nothing calls this directly
Calls
1
key
Method · 0.65
Tested by
no test coverage detected