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

Method constantName

src/jvm/clojure/lang/Compiler.java:5786–5788  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

5784
5785
5786 String constantName(int id){
5787 return CONST_PREFIX + id;
5788 }
5789
5790 String siteName(int n){
5791 return "__site__" + n;

Callers 4

compileMethod · 0.95
emitConstantsMethod · 0.95
emitConstantMethod · 0.95
compileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected