Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Raj-m01/Android-Chat-App
/ setAbout
Method
setAbout
app/src/main/java/models/UserModel.java:63–65 ·
view source on GitHub ↗
(String about)
Source
from the content-addressed store, hash-verified
61
}
62
63
public
void
setAbout(String about) {
64
this.about = about;
65
}
66
67
public
String getProfilePic() {
68
return
profilePic;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected