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

Method account

app/src/main/java/eu/faircode/email/DB.java:97–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95@TypeConverters({DB.Converters.class})
96public abstract class DB extends RoomDatabase {
97 public abstract DaoAccount account();
98
99 public abstract DaoIdentity identity();
100

Callers 15

onCreateMethod · 0.95
delegateMethod · 0.95
monitorAccountMethod · 0.95
updateQuotaMethod · 0.95
optimizeAccountMethod · 0.95
onExecuteMethod · 0.95
onPasswordChangedMethod · 0.95
onCreateMethod · 0.95
processOperationsMethod · 0.95
onSendMethod · 0.95
onBackupMethod · 0.95
onRestoreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected