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

Method init

src/pers/giyn/LiveChat/server/user/UsersContainer.java:22–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 private void init() {
23 try {
24 mysqlLoader = new MySqlLoader();
25 } catch (ClassNotFoundException | SQLException e) {
26 e.printStackTrace();
27 }
28 this.clear();
29 this.loadData();
30 }
31
32 public void clear() {
33 if (users == null) {

Callers 3

UsersContainerMethod · 0.95
privateEncryptMethod · 0.45
publicDecryptMethod · 0.45

Calls 2

clearMethod · 0.95
loadDataMethod · 0.95

Tested by

no test coverage detected