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

Method getName

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

Source from the content-addressed store, hash-verified

43}
44
45public Symbol getName(){
46 return name;
47}
48
49public IPersistentMap getMappings(){
50 return mappings.get();

Callers 1

invokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected