MCPcopy Create free account
hub / github.com/dynjs/dynjs / setOutputStream

Method setOutputStream

src/main/java/org/dynjs/Config.java:171–173  ·  view source on GitHub ↗
(PrintStream outputStream)

Source from the content-addressed store, hash-verified

169 }
170
171 public void setOutputStream(PrintStream outputStream) {
172 this.outputStream = outputStream;
173 }
174
175 public PrintStream getOutputStream() {
176 return this.outputStream;

Callers 2

testOutputStreamMethod · 0.95
initializeRuntimeMethod · 0.80

Calls

no outgoing calls

Tested by 1

testOutputStreamMethod · 0.76