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

Method invoke

src/jvm/clojure/lang/APersistentSet.java:52–54  ·  view source on GitHub ↗
(Object arg1)

Source from the content-addressed store, hash-verified

50}
51
52public Object invoke(Object arg1) {
53 return get(arg1);
54}
55
56public boolean equals(Object obj){
57 return setEquals(this, obj);

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected