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

Method thunkName

src/jvm/clojure/lang/Compiler.java:5798–5800  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

5796 }
5797
5798 String thunkName(int n){
5799 return "__thunk__" + n;
5800 }
5801
5802 String cachedClassName(int n){
5803 return "__cached_class__" + n;

Callers 1

thunkNameStaticMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected