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

Method applyTo

src/jvm/clojure/lang/Keyword.java:262–264  ·  view source on GitHub ↗
(ISeq arglist)

Source from the content-addressed store, hash-verified

260
261
262public Object applyTo(ISeq arglist) {
263 return AFn.applyToHelper(this, arglist);
264}
265
266
267}

Callers

nothing calls this directly

Calls 1

applyToHelperMethod · 0.95

Tested by

no test coverage detected