Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getRecordId
Method
getRecordId
src/main/java/Archive/MessageArchive.java:67–69 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
65
}
66
67
private
int
getRecordId(
int
index) {
68
return
((Integer)indexes.elementAt(index)).intValue();
69
}
70
public
Msg msg(
int
index){
71
try {
72
ByteArrayInputStream bais=
new
ByteArrayInputStream(
Callers
3
msg
Method · 0.95
delete
Method · 0.95
deleteAll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected