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

Method Database

src/main/java/core/packetproxy/model/Database.java:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 private ConnectionSource source;
56
57 private Database() throws Exception {
58 createDB();
59 }
60
61 private void createDB() throws Exception {
62 if (!Files.exists(databaseDir)) {

Callers

nothing calls this directly

Calls 1

createDBMethod · 0.95

Tested by

no test coverage detected