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

Method close

src/main/java/Archive/MessageArchive.java:115–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 }
114
115 public void close(){
116 try {
117 rs.closeRecordStore();
118 } catch (Exception e) { }
119 rs=null;
120 }
121
122 public static void store(Msg msg, int where) {
123 try {

Callers 8

commandActionMethod · 0.45
destroyViewMethod · 0.45
msgMethod · 0.45
storeMethod · 0.45
loadFromStorageMethod · 0.45
createFromStorageMethod · 0.45
registrationFailedMethod · 0.45
registrationSuccessMethod · 0.45

Calls 1

closeRecordStoreMethod · 0.45

Tested by

no test coverage detected