MCPcopy Create free account
hub / github.com/M66B/FairEmail / join

Method join

app/src/main/java/eu/faircode/email/Core.java:5939–5942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5937 }
5938
5939 void join() {
5940 join(thread);
5941 CoalMine.watch(thread, getClass().getSimpleName() + "#join()");
5942 }
5943
5944 void ensureRunning(String reason) throws OperationCanceledException {
5945 if (!recoverable && unrecoverable != null)

Callers 15

executeApiMethod · 0.80
getMethod · 0.80
prism.jsFile · 0.80
onCreateMethod · 0.80
onNewIntentMethod · 0.80
onActivityResultMethod · 0.80
delegateMethod · 0.80
monitorAccountMethod · 0.80
fetchMethod · 0.80
onReceiveMethod · 0.80
postMethod · 0.80
getDefaultEhloMethod · 0.80

Calls 6

watchMethod · 0.95
iMethod · 0.95
eMethod · 0.95
getStateMethod · 0.80
getNameMethod · 0.65
isAliveMethod · 0.45

Tested by

no test coverage detected