Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
startImpl
Method · 0.95
initControlAndPostViewInit
Method · 0.95
getSingleton
Method · 0.95
isDevMode
Method · 0.95
warnAddOnsAndExtensionsNoLongerRunnable
Method · 0.95
checkForUpdates
Method · 0.95
getZapHome
Method · 0.95
getSessionPath
Method · 0.95
getSplashScreen
Method · 0.80
hideSplashScreen
Method · 0.80
recordStartStats
Method · 0.80
getArgument
Method · 0.80
Tested by
no test coverage detected