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

Method setProfilePic

app/src/main/java/models/UserModel.java:71–73  ·  view source on GitHub ↗
(String profilePic)

Source from the content-addressed store, hash-verified

69 }
70
71 public void setProfilePic(String profilePic) {
72 this.profilePic = profilePic;
73 }
74
75 public String getUserName() {
76 return userName;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected