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

Method run

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

Source from the content-addressed store, hash-verified

266 }
267
268 fun run(l: Block) = run(listOf(l))
269 fun run(l: BlockBuilder) = run(listOf(l.scope))
270
271 fun run(l: List<Block>): Block {

Callers

nothing calls this directly

Calls 15

BlockClass · 0.85
yieldFunction · 0.85
toCollectionMethod · 0.80
runAtTimeMethod · 0.80
runFunction · 0.70
resetMethod · 0.65
hasNextMethod · 0.65
nextMethod · 0.65
readMethod · 0.65
inBlockFunction · 0.50
blockFunction · 0.50
forEachMethod · 0.45

Tested by

no test coverage detected