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

Method delete

src/main/java/core/packetproxy/model/Configs.java:57–61  ·  view source on GitHub ↗
(Config config)

Source from the content-addressed store, hash-verified

55 }
56
57 public void delete(Config config) throws Exception {
58 dao.delete(config);
59 cache.clear();
60 firePropertyChange(CONFIGS.toString(), null, null);
61 }
62
63 public Config query(String key) throws Exception {
64 List<Config> ret = cache.query("query", key);

Callers 15

mainMethod · 0.45
dropPacketTableFasterMethod · 0.45
deleteResendsMethod · 0.45
deleteResendMethod · 0.45
regenerateCAMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
mouseClickedMethod · 0.45
actionPerformedMethod · 0.45

Calls 3

firePropertyChangeMethod · 0.95
clearMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected