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

Method initializeRuntime

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

Source from the content-addressed store, hash-verified

167 }
168
169 protected DynJS initializeRuntime() {
170 config = getArguments().getConfig();
171 config.setOutputStream(getOutputStream());
172 return new DynJS(config);
173 }
174
175 protected Arguments getArguments() {
176 if (this.dynJsArguments == null) {

Callers 1

runMethod · 0.95

Calls 4

getArgumentsMethod · 0.95
getOutputStreamMethod · 0.95
setOutputStreamMethod · 0.80
getConfigMethod · 0.65

Tested by

no test coverage detected