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

Method getName

src/jvm/clojure/lang/Symbol.java:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43public String getName(){
44 return name;
45}
46
47// the create thunks preserve binary compatibility with code compiled
48// against earlier version of Clojure and can be removed (at some point).

Callers 4

invokeMethod · 0.95
invokeMethod · 0.95
invokeMethod · 0.95
varMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected