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

Method startRepl

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

Source from the content-addressed store, hash-verified

158 }
159
160 protected void startRepl() {
161 Repl repl = new Repl(runtime, System.in, getOutputStream(), getWelcomeMessage(), getPrompt());
162 repl.run();
163 }
164
165 protected void showVersion() {
166 getOutputStream().println(DynJS.VERSION_STRING);

Callers 1

runMethod · 0.95

Calls 4

getOutputStreamMethod · 0.95
getWelcomeMessageMethod · 0.95
getPromptMethod · 0.95
runMethod · 0.95

Tested by

no test coverage detected