Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ getMessage
Method
getMessage
src/main/java/Console/XMLList.java:91–93 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
89
}
90
91
public
Msg getMessage(
int
index) {
92
return
stanzas.msg(index);
93
}
94
95
public
void
stanzaEdit() {
96
Msg m = getMessage(cursor);
Callers
9
stanzaEdit
Method · 0.95
menuAction
Method · 0.95
saveToDiskSecure
Method · 0.45
deleteFromDisk
Method · 0.45
saveToDisk
Method · 0.45
close
Method · 0.45
connectionTerminated
Method · 0.45
blockArrived
Method · 0.45
startApp
Method · 0.45
Calls
1
msg
Method · 0.45
Tested by
no test coverage detected