MCPcopy
hub / github.com/zaproxy/zaproxy / isDevMode

Method isDevMode

zap/src/main/java/org/parosproxy/paros/Constant.java:1656–1658  ·  view source on GitHub ↗

Tells whether or not the "dev mode" should be enabled. Should be used to enable development related utilities/functionalities. @return true if the "dev mode" should be enabled, false otherwise. @since 2.8.0

()

Source from the content-addressed store, hash-verified

1654 * @since 2.8.0
1655 */
1656 public static boolean isDevMode() {
1657 return devMode || isDevBuild();
1658 }
1659
1660 /**
1661 * Sets whether or not the "dev mode" should be enabled.

Callers 13

copyDefaultConfigsMethod · 0.95
renameOldWindowsHomeMethod · 0.95
addPathMethod · 0.95
runMethod · 0.95
createAddOnMethod · 0.95
readDataImplMethod · 0.95
AutoUpdateAPIMethod · 0.95
handleApiActionMethod · 0.95
ExtensionLog4jMethod · 0.95

Calls 1

isDevBuildMethod · 0.95

Tested by

no test coverage detected