Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ setOut
Method
setOut
src/bsh/Interpreter.java:1177–1179 ·
view source on GitHub ↗
( PrintStream out )
Source
from the content-addressed store, hash-verified
1175
}
1176
1177
public
void
setOut( PrintStream out ) {
1178
this.out = out;
1179
}
1180
public
void
setErr( PrintStream err ) {
1181
this.err = err;
1182
}
Callers
6
evalSource
Method · 0.95
setConsole
Method · 0.95
readObject
Method · 0.95
eval
Method · 0.45
redirectOutputToFile
Method · 0.45
evalScript
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected