Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setEditor
Method
setEditor
app/src/processing/app/Console.java:154–157 ·
view source on GitHub ↗
(OutputStream out, OutputStream err)
Source
from the content-addressed store, hash-verified
152
153
154
static
public
void
setEditor(OutputStream out, OutputStream err) {
155
editorOut = out;
156
editorErr = err;
157
}
158
159
160
static
public
void
systemOut(String what) {
Callers
1
setCurrent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected