Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
})
96
public
abstract
class
DB extends RoomDatabase {
97
public
abstract DaoAccount account();
98
99
public
abstract DaoIdentity identity();
100
Callers
15
onCreate
Method · 0.95
delegate
Method · 0.95
monitorAccount
Method · 0.95
updateQuota
Method · 0.95
optimizeAccount
Method · 0.95
onExecute
Method · 0.95
onPasswordChanged
Method · 0.95
onCreate
Method · 0.95
processOperations
Method · 0.95
onSend
Method · 0.95
onBackup
Method · 0.95
onRestore
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected