MCPcopy 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

msgMethod · 0.95
deleteMethod · 0.95
deleteAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected