MCPcopy Index your code
hub / github.com/careercup/ctci / requestAddUser

Method requestAddUser

java/Chapter 8/Question8_7/User.java:83–85  ·  view source on GitHub ↗
(String accountName)

Source from the content-addressed store, hash-verified

81 }
82
83 public void requestAddUser(String accountName) {
84 UserManager.getInstance().addUser(this, accountName);
85 }
86
87 public void addConversation(PrivateChat conversation) {
88 User otherUser = conversation.getOtherParticipant(this);

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
addUserMethod · 0.45

Tested by

no test coverage detected