Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lenve/VBlog
/ setPassword
Method
setPassword
blogserver/src/main/java/org/sang/bean/User.java:116–118 ·
view source on GitHub ↗
(String password)
Source
from the content-addressed store, hash-verified
114
}
115
116
public
void
setPassword(String password) {
117
this.password = password;
118
}
119
120
public
String getNickname() {
121
return
nickname;
Callers
1
reg
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected