Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
menuAction
Method · 0.95
doUserKeyAction
Method · 0.95
Calls
2
getMessage
Method · 0.95
toString
Method · 0.95
Tested by
no test coverage detected