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

Method getCompileMode

src/main/java/org/dynjs/Config.java:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 public CompileMode getCompileMode() {
84 return this.compileMode;
85 }
86
87 public KernelMode getKernelMode() {
88 return kernelMode;

Callers 3

JSCompilerMethod · 0.80
compileMethod · 0.80
loadKernelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected