Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ setName
Method
setName
ch4/User.java:72–74 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
70
}
71
72
public
void
setName(String name) {
73
this.name = name;
74
}
75
76
public
String getEmail() {
77
return
email;
Callers
2
selectUser
Method · 0.95
test
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected