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

Method siteNameStatic

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

Source from the content-addressed store, hash-verified

5792 }
5793
5794 String siteNameStatic(int n){
5795 return siteName(n) + "__";
5796 }
5797
5798 String thunkName(int n){
5799 return "__thunk__" + n;

Callers 3

compileMethod · 0.95
emitKeywordCallsitesMethod · 0.95
emitMethod · 0.80

Calls 1

siteNameMethod · 0.95

Tested by

no test coverage detected