Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenEndedGroup/Field2
/ mapFromDirectory
Method
mapFromDirectory
src/main/java/trace/video/ImageCache.kt:225–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
224
Arrays.sort(ff!!)
225
226
val q = arrayOfNulls<File>(ff.size / dec)
227
for (i in q.indices) {
228
q[i] = ff[i * dec]
229
}
230
231
return FileMap(q)
232
}
233
}
234
235
}
Callers
1
withImageSequence
Method · 0.80
Calls
4
File
Function · 0.85
FileMap
Class · 0.85
matches
Method · 0.45
map
Method · 0.45
Tested by
no test coverage detected