Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
invokeMatchingMethod
Method · 0.95
getMethod
Method · 0.45
getDescriptor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected