Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ get
Method
get
src/main/java/field/app/ThreadSync.java:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
static
public
ThreadSync get() {
47
return
models.computeIfAbsent(Thread.currentThread(), k ->
new
ThreadSync());
48
}
49
50
static
public
<K> Supplier<K> input(Iterator<K> a) {
51
return
() -> {
Callers
9
isPaused
Method · 0.95
cont
Method · 0.95
pause
Method · 0.95
step
Method · 0.95
kill
Method · 0.95
run
Method · 0.95
engineeval
Method · 0.95
run
Method · 0.95
enterMainLoop
Method · 0.95
Calls
1
computeIfAbsent
Method · 0.80
Tested by
no test coverage detected