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

Method invoke

src/jvm/clojure/lang/Symbol.java:130–132  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

128}
129
130public Object invoke(Object obj) {
131 return RT.get(obj, this);
132}
133
134public Object invoke(Object obj, Object notFound) {
135 return RT.get(obj, this, notFound);

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected