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

Method sendMsg

src/pers/giyn/LiveChat/client/UserController.java:91–95  ·  view source on GitHub ↗
(String id, String msg, int type)

Source from the content-addressed store, hash-verified

89 }
90
91 public boolean sendMsg(String id, String msg, int type) throws Exception {
92 client.sendMsg(id, msg, type);
93
94 return true;
95 }
96
97 public boolean addFriends(ArrayList<Friend> friends) {
98 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected