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

Method executeRunner

src/main/java/org/dynjs/cli/Main.java:118–120  ·  view source on GitHub ↗
(Runner runner)

Source from the content-addressed store, hash-verified

116 }
117
118 protected void executeRunner(Runner runner) {
119 runner.execute();
120 }
121
122 private void showAST(File file) {
123 try {

Callers 2

executeSourceMethod · 0.95
executeFileMethod · 0.95

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected