Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ eval
Method
eval
src/main/java/fieldcef/plugins/Interventions.kt:165–168 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
164
165
}
166
167
private fun eval(box: Box, cv: Double): Double {
168
val t = time(box)
169
return box.properties.getOr(Taps.evalInterpolation, { Function<Double, Double> { cv } }).apply(t)
170
}
171
Callers
11
engineeval
Method · 0.80
inject
Method · 0.80
completion
Method · 0.80
expressionRangeForPosition
Method · 0.80
imports
Method · 0.80
Nashorn
Method · 0.80
Nashorn
Class · 0.80
readLine
Method · 0.80
readLine
Method · 0.80
evaluate
Method · 0.80
exec2
Method · 0.80
Calls
3
time
Function · 0.85
getOr
Method · 0.80
apply
Method · 0.65
Tested by
no test coverage detected