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

Method showVersion

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

Source from the content-addressed store, hash-verified

163 }
164
165 protected void showVersion() {
166 getOutputStream().println(DynJS.VERSION_STRING);
167 }
168
169 protected DynJS initializeRuntime() {
170 config = getArguments().getConfig();

Callers 1

runMethod · 0.95

Calls 1

getOutputStreamMethod · 0.95

Tested by

no test coverage detected