Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ slashname
Method
slashname
src/jvm/clojure/lang/Compiler.java:8795–8797 ·
view source on GitHub ↗
(Class c)
Source
from the content-addressed store, hash-verified
8793
8794
8795
static
String slashname(Class c){
8796
return
c.getName().replace(
'.'
,
'/'
);
8797
}
8798
8799
protected
void
emitStatics(ClassVisitor cv) {
8800
if
(this.isDeftype())
Callers
2
build
Method · 0.95
interfaceNames
Method · 0.95
Calls
2
getName
Method · 0.65
replace
Method · 0.45
Tested by
no test coverage detected