MCPcopy 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
173public Object entryKey(Object entry){
174 return ((IMapEntry) entry).key();
175}
176
177public ISeq seq(boolean ascending){
178 if(_count > 0)

Callers

nothing calls this directly

Calls 1

keyMethod · 0.65

Tested by

no test coverage detected