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

Method fn

src/jvm/clojure/lang/Ref.java:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232final public IFn fn(){
233 return (IFn) deref();
234}
235
236public Object call() {
237 return invoke();

Callers 1

invokeMethod · 0.95

Calls 1

derefMethod · 0.95

Tested by

no test coverage detected