Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/seaswalker/spring-analysis
/ toString
Method
toString
src/main/java/base/Student.java:29–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
@Override
30
public
String toString() {
31
return
"Student [name="
+ name +
", age="
+ age +
"]"
;
32
}
33
34
}
Callers
3
main
Method · 0.45
findClass
Method · 0.45
split
Method · 0.45
Calls
no outgoing calls
Tested by
2
findClass
Method · 0.36
split
Method · 0.36