MCPcopy 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

withImageSequenceMethod · 0.80

Calls 4

FileFunction · 0.85
FileMapClass · 0.85
matchesMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected