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

Method get

app/src/main/java/eu/faircode/email/Helper.java:434–437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

432 }
433
434 @Override
435 public T get() throws ExecutionException, InterruptedException {
436 return wrapped.get();
437 }
438
439 @Override
440 public T get(long timeout, @NonNull TimeUnit unit) throws ExecutionException, InterruptedException, TimeoutException {

Callers 15

areItemsTheSameMethod · 0.45
areContentsTheSameMethod · 0.45
getItemIdMethod · 0.45
onBindViewHolderMethod · 0.45
onSaveInstanceStateMethod · 0.45
onChangedMethod · 0.45
delegateMethod · 0.45
stopMethod · 0.45
onWakeupMethod · 0.45
monitorAccountMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected