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

Method WorkerSync

app/src/main/java/eu/faircode/email/WorkerSync.java:45–48  ·  view source on GitHub ↗
(@NonNull Context context, @NonNull WorkerParameters workerParams)

Source from the content-addressed store, hash-verified

43 private static final Semaphore semaphore = new Semaphore(1);
44
45 public WorkerSync(@NonNull Context context, @NonNull WorkerParameters workerParams) {
46 super(context, workerParams);
47 Log.i("Instance " + getName());
48 }
49
50 @NonNull
51 @Override

Callers

nothing calls this directly

Calls 2

iMethod · 0.95
getNameMethod · 0.95

Tested by

no test coverage detected