Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ getLogs
Method
getLogs
app/src/main/java/eu/faircode/email/DaoLog.java:38–38 ·
view source on GitHub ↗
(long from, Integer type)
Source
from the content-addressed store, hash-verified
36
LiveData<List<EntityLog>> liveLogs(long from,
int
limit, Integer type);
37
38
@Query(
"SELECT * FROM log"
+
39
" WHERE time > :from"
+
40
" AND (:type IS NULL OR type = :type)"
+
41
" ORDER BY time DESC"
)
Callers
1
attachLog
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected