Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ getPwd
Method
getPwd
ch3/User.java:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
public
String getPwd() {
61
return
pwd;
62
}
63
64
public
void
setPwd(String pwd) {
65
this.pwd = pwd;
Callers
5
insertUser
Method · 0.45
updateUser
Method · 0.45
insertUser
Method · 0.45
insertUser
Method · 0.45
updateUser
Method · 0.45
Calls
no outgoing calls
Tested by
1
insertUser
Method · 0.36