Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getErrorStream
Method
getErrorStream
src/main/java/org/dynjs/Config.java:183–185 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
}
182
183
public
PrintStream getErrorStream() {
184
return
this.errorStream;
185
}
186
187
public
void
setDebug(boolean debug) {
188
this.debug = debug;
Callers
1
log
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected