MCPcopy Index your code
hub / github.com/benfry/processing4 / getStdout

Method getStdout

app/src/processing/app/exec/ProcessResult.java:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public String getStdout() {
43 return output;
44 }
45
46 public long getTime() {
47 return time;

Callers 1

ffsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected