Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ getStderr
Method
getStderr
app/src/processing/app/exec/ProcessResult.java:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
public
String getStderr() {
39
return
error;
40
}
41
42
public
String getStdout() {
43
return
output;
Callers
1
ffs
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected