Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isPaused
Method · 0.80
cont
Method · 0.80
pause
Method · 0.80
step
Method · 0.80
kill
Method · 0.80
shouldEnd
Method · 0.80
run
Method · 0.80
fibresFor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected