MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / Servers

Method Servers

src/main/java/core/packetproxy/model/Servers.java:47–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 private DaoQueryCache<Server> cache;
46
47 private Servers() throws Exception {
48 database = Database.getInstance();
49 dao = database.createTable(Server.class, this);
50 cache = new DaoQueryCache();
51 }
52
53 public void create(Server server) throws Exception {
54 dao.createIfNotExists(server);

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
createTableMethod · 0.80

Tested by

no test coverage detected