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

Method length

src/main/java/trace/video/ImageCache.kt:193–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 return remap.size
192 }
193
194 override fun apply(x: Int): String {
195 var x = x
196 if (x < 0) x = 0
197 return ff[remap[x!! % remap.size]]!!.absolutePath
198 }

Callers 6

limitVelocityMethod · 0.45
decayVelocityMethod · 0.45
readMethod · 0.45
withImageSequenceMethod · 0.45
propagateMethod · 0.45
safeNormalizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected