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

Method getName

src/jvm/clojure/lang/Keyword.java:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132public String getName(){
133 return sym.getName();
134}
135
136private Object readResolve() throws ObjectStreamException{
137 return intern(sym);

Callers 2

invokeMethod · 0.95
invokeMethod · 0.95

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected