MCPcopy Create free account
hub / github.com/Giyn/LiveChat / addFriends

Method addFriends

src/pers/giyn/LiveChat/client/UserController.java:97–105  ·  view source on GitHub ↗
(ArrayList<Friend> friends)

Source from the content-addressed store, hash-verified

95 }
96
97 public boolean addFriends(ArrayList<Friend> friends) {
98 try {
99 this.client.addFriends(friends);
100 } catch (Exception e) {
101 e.printStackTrace();
102 }
103
104 return true;
105 }
106
107 public void deleteFriends(ArrayList<Friend> friends) {
108 try {

Callers 2

addFriendInputMethod · 0.45
applicationListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected