MCPcopy 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

buildMethod · 0.95
interfaceNamesMethod · 0.95

Calls 2

getNameMethod · 0.65
replaceMethod · 0.45

Tested by

no test coverage detected