Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ getJitThreshold
Method
getJitThreshold
src/main/java/org/dynjs/Config.java:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
public
Integer getJitThreshold() {
96
return
jitThreshold;
97
}
98
99
public
boolean isJitEnabled() {
100
return
jitEnabled;
Callers
1
tryCompile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected