MCPcopy Index your code
hub / github.com/processing/processing / addTarget

Method addTarget

app/src/processing/app/exec/StreamPump.java:48–51  ·  view source on GitHub ↗
(final OutputStream out)

Source from the content-addressed store, hash-verified

46 }
47
48 public StreamPump addTarget(final OutputStream out) {
49 outs.add(new WriterLineProcessor(out));
50 return this;
51 }
52
53 public StreamPump addTarget(final Writer out) {
54 outs.add(new WriterLineProcessor(out));

Callers 1

executeMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected