MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / stanzaEdit

Method stanzaEdit

src/main/java/Console/XMLList.java:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 public void stanzaEdit() {
96 Msg m = getMessage(cursor);
97 new StanzaEdit(this, m == null? "" : m.toString());
98 }
99
100 public void menuAction(MenuCommand c, VirtualList d) {
101 super.menuAction(c, d);

Callers 2

menuActionMethod · 0.95
doUserKeyActionMethod · 0.95

Calls 2

getMessageMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected