Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/zaproxy/zaproxy
/ isInitialised
Method
isInitialised
zap/src/main/java/org/parosproxy/paros/view/View.java:673–675 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
671
}
672
673
public
static
boolean isInitialised() {
674
return
view != null;
675
}
676
677
public
static
void
setDaemon(boolean daemon) {
678
View.daemon = daemon;
Callers
15
startServer
Method · 0.95
promptForPort
Method · 0.95
showErrorMessage
Method · 0.95
nodeChanged
Method · 0.95
discardContexts
Method · 0.95
open
Method · 0.95
saveContext
Method · 0.95
addContext
Method · 0.95
deleteContext
Method · 0.95
addPath
Method · 0.95
ExtensionHookMenu
Class · 0.95
saveParam
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected