MCPcopy 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

startServerMethod · 0.95
promptForPortMethod · 0.95
showErrorMessageMethod · 0.95
nodeChangedMethod · 0.95
discardContextsMethod · 0.95
openMethod · 0.95
saveContextMethod · 0.95
addContextMethod · 0.95
deleteContextMethod · 0.95
addPathMethod · 0.95
ExtensionHookMenuClass · 0.95
saveParamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected