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

Method getOutputStream

src/main/java/org/dynjs/cli/Main.java:194–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 }
193
194 protected PrintStream getOutputStream() {
195 return stream;
196 }
197
198 protected String getPrompt() {
199 return Repl.PROMPT;

Callers 9

runMethod · 0.95
showASTMethod · 0.95
showPropertiesMethod · 0.95
executeFileMethod · 0.95
showUsageMethod · 0.95
startReplMethod · 0.95
showVersionMethod · 0.95
initializeRuntimeMethod · 0.95
callMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected