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

Method getKey

src/jvm/clojure/lang/PersistentTreeMap.java:524–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522 }
523
524 public Object getKey(){
525 return key();
526 }
527
528 public Object getValue(){
529 return val();

Callers 1

createMethod · 0.45

Calls 1

keyMethod · 0.95

Tested by

no test coverage detected