MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / addNewApp

Method addNewApp

src/main/java/exitcode/API.java:174–176  ·  view source on GitHub ↗
(String appName, Runnable function)

Source from the content-addressed store, hash-verified

172 }
173
174 public static void addNewApp(String appName, Runnable function) {
175 Apps.appButtons.putIfAbsent(appName, function);
176 }
177
178 /**
179 * Please use this instead of the regular "System.out.println()"

Callers 5

create_Browser_ButtonMethod · 0.95
create_Setting_ButtonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected