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

Method FnLoaderThunk

src/jvm/clojure/lang/FnLoaderThunk.java:24–29  ·  view source on GitHub ↗
(Var v, String fnClassName)

Source from the content-addressed store, hash-verified

22IFn fn;
23
24public FnLoaderThunk(Var v, String fnClassName){
25 this.v = v;
26 this.loader = (ClassLoader) RT.FN_LOADER_VAR.get();
27 this.fnClassName = fnClassName;
28 fn = null;
29}
30
31public Object invoke(Object arg1) {
32 load();

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected