MCPcopy
hub / github.com/zaproxy/zaproxy / run

Method run

zap/src/main/java/org/zaproxy/zap/GuiBootstrap.java:98–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 new Runnable() {
97
98 @Override
99 public void run() {
100 startImpl();
101 }
102 });
103 return 0;
104 }

Callers

nothing calls this directly

Calls 15

startImplMethod · 0.95
getSingletonMethod · 0.95
isDevModeMethod · 0.95
checkForUpdatesMethod · 0.95
getZapHomeMethod · 0.95
getSessionPathMethod · 0.95
getSplashScreenMethod · 0.80
hideSplashScreenMethod · 0.80
recordStartStatsMethod · 0.80
getArgumentMethod · 0.80

Tested by

no test coverage detected