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

Function allChildren

src/main/java/fieldkotlin/ElasticAnimation.kt:403–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403fun List<ElasticAnimation.Block>.allChildren(): List<ElasticAnimation.Block> {
404 var a = mutableListOf<ElasticAnimation.Block>()
405 a.addAll(this)
406 forEach {
407 a.addAll(it.childrenDuration.allChildren())
408 }
409 return a
410}
411
412

Callers

nothing calls this directly

Calls 2

forEachFunction · 0.50
addAllMethod · 0.45

Tested by

no test coverage detected