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

Method invoke

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

Source from the content-addressed store, hash-verified

48 }
49
50 public final Object invoke(Object arg1) {
51 return valAt(arg1);
52 }
53
54 public final Object invoke(Object arg1, Object notFound) {
55 return valAt(arg1, notFound);

Callers

nothing calls this directly

Calls 1

valAtMethod · 0.95

Tested by

no test coverage detected