Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
JSCompiler
Method · 0.80
compile
Method · 0.80
loadKernel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected