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

Method setDebug

src/main/java/org/dynjs/Config.java:187–189  ·  view source on GitHub ↗
(boolean debug)

Source from the content-addressed store, hash-verified

185 }
186
187 public void setDebug(boolean debug) {
188 this.debug = debug;
189 }
190
191 public boolean isDebug() {
192 return this.debug;

Callers 2

createConfigMethod · 0.95
initConfigMethod · 0.80

Calls

no outgoing calls

Tested by 1

createConfigMethod · 0.76