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

Method Configs

src/main/java/core/packetproxy/model/Configs.java:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 private DaoQueryCache<Config> cache;
44
45 private Configs() throws Exception {
46 database = Database.getInstance();
47 dao = database.createTable(Config.class, this);
48 cache = new DaoQueryCache();
49 }
50
51 public void create(Config config) throws Exception {
52 dao.createIfNotExists(config);

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.95
createTableMethod · 0.80

Tested by

no test coverage detected