Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getMessage
Method
getMessage
src/main/java/Archive/ArchiveList.java:108–110 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
106
}
107
108
protected
Msg getMessage(
int
index) {
109
return
archive.msg(index);
110
}
111
112
public
void
menuAction(MenuCommand c, VirtualList d) {
113
super.menuAction(c,d);
Callers
2
menuAction
Method · 0.95
pasteData
Method · 0.95
Calls
1
msg
Method · 0.45
Tested by
no test coverage detected