MCPcopy 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

isPausedMethod · 0.95
contMethod · 0.95
pauseMethod · 0.95
stepMethod · 0.95
killMethod · 0.95
runMethod · 0.95
engineevalMethod · 0.95
runMethod · 0.95
enterMainLoopMethod · 0.95

Calls 1

computeIfAbsentMethod · 0.80

Tested by

no test coverage detected