MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / delete

Method delete

src/main/java/Archive/MessageArchive.java:84–89  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

82 }
83
84 public void delete(int index) {
85 try {
86 rs.deleteRecord(getRecordId(index));
87 indexes.removeElementAt(index);
88 } catch (Exception e) {}
89 }
90
91 public void deleteAll() {
92 try {

Callers

nothing calls this directly

Calls 2

getRecordIdMethod · 0.95
deleteRecordMethod · 0.65

Tested by

no test coverage detected