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

Method directEval

src/main/java/org/dynjs/runtime/Runner.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 public Runner directEval() {
37 return directEval(true);
38 }
39
40 public Runner directEval(boolean directEval) {
41 this.directEval = directEval;

Callers 1

callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected