MCPcopy Index your code
hub / github.com/clojure/clojure / key

Method key

src/jvm/clojure/lang/MapEntry.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31public Object key(){
32 return _key;
33}
34
35public Object val(){
36 return _val;

Callers 1

getKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected