Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/seaswalker/spring-analysis
/ getName
Method
getName
src/main/java/base/Student.java:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
private
int
age;
7
8
public
String getName() {
9
return
name;
10
}
11
public
void
setName(String name) {
12
this.name = name;
13
}
Callers
5
main
Method · 0.45
invoke
Method · 0.45
echo
Method · 0.45
main
Method · 0.45
invoke
Method · 0.45
Calls
no outgoing calls
Tested by
2
main
Method · 0.36
invoke
Method · 0.36