MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / getRange

Method getRange

src/main/java/trace/sound/SoundAnalysis.kt:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113
114 fun getRange(name: String): Pair<Float?, Float?> {
115 return cache_getRange.computeIfAbsent(name, {
116 val d = get(name)
117 return@computeIfAbsent d.minOrNull()!! to d.maxOrNull()!!
118 })
119 }
120
121 fun getStatistics(name: String): SummaryStatistics {

Callers 15

executeBracketFunction · 0.45
executeBracketLimitedFunction · 0.45
taps.jsFile · 0.45
interventions.jsFile · 0.45
killFunction · 0.45
setFunction · 0.45
insertFloatSliderFunction · 0.45
insertXYSliderFunction · 0.45
insert4GraphSliderFunction · 0.45

Calls 2

computeIfAbsentMethod · 0.80
getFunction · 0.50

Tested by

no test coverage detected