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

Method exit

src/pers/giyn/LiveChat/client/UserController.java:115–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 public void exit() {
116 try {
117 this.client.close();
118 } catch (Exception e) {
119 e.printStackTrace();
120 }
121 System.out.println("退出");
122 System.exit(0);
123 }
124
125 public UserController() throws IOException {
126 init();

Callers 2

failedMethod · 0.80
disposeMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected