Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
commandAction
Method · 0.45
destroyView
Method · 0.45
msg
Method · 0.45
store
Method · 0.45
loadFromStorage
Method · 0.45
createFromStorage
Method · 0.45
registrationFailed
Method · 0.45
registrationSuccess
Method · 0.45
Calls
1
closeRecordStore
Method · 0.45
Tested by
no test coverage detected