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

Method getNamespace

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

Source from the content-addressed store, hash-verified

37}
38
39public String getNamespace(){
40 return ns;
41}
42
43public String getName(){
44 return name;

Callers 8

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

Calls

no outgoing calls

Tested by

no test coverage detected