Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createConfig
Method · 0.95
initConfig
Method · 0.80
Calls
no outgoing calls
Tested by
1
createConfig
Method · 0.76