MCPcopy Create free account
hub / github.com/dynjs/dynjs / isDebug

Method isDebug

src/main/java/org/dynjs/cli/Arguments.java:108–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106 }
107
108 public boolean isDebug() {
109 return debug;
110 }
111
112 public boolean isProperties() {
113 return properties;

Callers 3

initConfigMethod · 0.95
defineClassMethod · 0.45
compileFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected