Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
compile
Method · 0.95
emitConstants
Method · 0.95
emitConstant
Method · 0.95
compile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected