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

Method fn

src/jvm/clojure/lang/Var.java:369–371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367}
368
369final public IFn fn(){
370 return (IFn) deref();
371}
372
373public Object call() {
374 return invoke();

Callers 2

invokeMethod · 0.95
applyToMethod · 0.95

Calls 1

derefMethod · 0.95

Tested by

no test coverage detected