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

Method val

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

Source from the content-addressed store, hash-verified

518 }
519
520 public Object val(){
521 return null;
522 }
523
524 public Object getKey(){
525 return key();

Callers 5

assocMethod · 0.95
valAtMethod · 0.95
appendMethod · 0.95
getValueMethod · 0.95
kvreduceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected