Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ setCompileMode
Method
setCompileMode
src/main/java/org/dynjs/Config.java:79–81 ·
view source on GitHub ↗
(CompileMode compileMode)
Source
from the content-addressed store, hash-verified
77
}
78
79
public
void
setCompileMode(CompileMode compileMode) {
80
this.compileMode = compileMode;
81
}
82
83
public
CompileMode getCompileMode() {
84
return
this.compileMode;
Callers
2
TestRunner
Method · 0.95
createConfig
Method · 0.95
Calls
no outgoing calls
Tested by
2
TestRunner
Method · 0.76
createConfig
Method · 0.76