Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Raj-m01/Android-Chat-App
/ getProfilePic
Method
getProfilePic
app/src/main/java/models/UserModel.java:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
public
String getProfilePic() {
68
return
profilePic;
69
}
70
71
public
void
setProfilePic(String profilePic) {
72
this.profilePic = profilePic;
Callers
2
onBindViewHolder
Method · 0.80
onItemClick
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected