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

Method getFibres

src/main/java/field/app/ThreadSync2.kt:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220 }
221
222
223 internal var current: MutableList<Fibre> = ArrayList()
224
225 fun getFibres(): List<Fibre> {
226 return ArrayList(current)

Callers 8

isPausedMethod · 0.80
contMethod · 0.80
pauseMethod · 0.80
stepMethod · 0.80
killMethod · 0.80
shouldEndMethod · 0.80
runMethod · 0.80
fibresForMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected