Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
limitVelocity
Method · 0.45
decayVelocity
Method · 0.45
read
Method · 0.45
withImageSequence
Method · 0.45
propagate
Method · 0.45
safeNormalize
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected