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

Method yes

src/main/java/Client/Roster.java:396–398  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

394 new AlertBox(SR.MS_UNREAD_MESSAGES + ": " + messageCount, SR.MS_SURE_DELETE) {
395
396 public void yes() {
397 cleanAllMessages();
398 }
399
400 public void no() {
401 }

Callers

nothing calls this directly

Calls 3

cleanAllMessagesMethod · 0.95
quitMethod · 0.95
deleteContactMethod · 0.95

Tested by

no test coverage detected