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

Method cmdOk

src/main/java/ServiceDiscovery/ServerBox.java:72–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 public void cmdOk() {
73 String server = serverName.getValue();
74 if (server.length() == 0) {
75 server = null;
76 }
77 if (server != null) {
78 disco.OkNotify(server);
79 }
80
81 destroyView();
82 }
83
84 public interface ServiceNotify {
85

Callers

nothing calls this directly

Calls 3

OkNotifyMethod · 0.65
getValueMethod · 0.45
destroyViewMethod · 0.45

Tested by

no test coverage detected