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

Method yes

src/main/java/Account/AccountForm.java:248–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 if (server.length() == 0 || user.length() == 0 || pass.length() == 0) {
247 new AlertBox(SR.MS_LOGIN_FAILED, SR.MS_LOGIN_FAILED) {
248 @Override
249 public void yes() {
250 destroyView();
251 }
252
253 @Override
254 public void no() {

Callers

nothing calls this directly

Calls 4

destroyViewMethod · 0.95
getInstanceMethod · 0.95
startLoginMethod · 0.95
setExitMethod · 0.80

Tested by

no test coverage detected