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

Method toString

src/jvm/clojure/asm/commons/Method.java:245–248  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 }
244
245 @Override
246 public String toString() {
247 return name + descriptor;
248 }
249
250 @Override
251 public boolean equals(final Object other) {

Callers 3

invokeMatchingMethodMethod · 0.95
getMethodMethod · 0.45
getDescriptorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected