MCPcopy Create free account
hub / github.com/Raj-m01/Android-Chat-App / getUserPassword

Method getUserPassword

app/src/main/java/models/UserModel.java:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 }
98
99 public String getUserPassword() {
100 return userPassword;
101 }
102
103 public void setUserPassword(String userPassword) {
104 this.userPassword = userPassword;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected