MCPcopy 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

stanzaEditMethod · 0.95
menuActionMethod · 0.95
saveToDiskSecureMethod · 0.45
deleteFromDiskMethod · 0.45
saveToDiskMethod · 0.45
closeMethod · 0.45
connectionTerminatedMethod · 0.45
blockArrivedMethod · 0.45
startAppMethod · 0.45

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected