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

Method get

src/jvm/clojure/lang/APersistentSet.java:40–42  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

38}
39
40public Object get(Object key){
41 return impl.valAt(key);
42}
43
44public int count(){
45 return impl.count();

Callers 1

invokeMethod · 0.95

Calls 1

valAtMethod · 0.65

Tested by

no test coverage detected