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

Method getKey

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

Source from the content-addressed store, hash-verified

37}
38
39public Object getKey(){
40 return key();
41}
42
43public Object getValue(){
44 return val();

Callers 15

createMethod · 0.45
growSeedArrayMethod · 0.45
putAllMethod · 0.45
CompilerClass · 0.45
emitValueMethod · 0.45
emitMethodsMethod · 0.45
gatherMethodsMethod · 0.45
findMethodsWithNameMethod · 0.45
parseMethod · 0.45
conjMethod · 0.45

Calls 1

keyMethod · 0.95

Tested by

no test coverage detected