Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ getMessage
Method
getMessage
app/src/main/java/eu/faircode/email/DaoMessage.java:320–320 ·
view source on GitHub ↗
(long id)
Source
from the content-addressed store, hash-verified
318
LiveData<Integer> liveRaw(long[] ids);
319
320
@Query(
"SELECT *"
+
321
" FROM message"
+
322
" WHERE id = :id"
)
323
EntityMessage getMessage(long id);
Callers
15
executeApi
Method · 0.65
applyCount
Method · 0.65
isBadgeCounterSupported
Method · 0.65
onException
Method · 0.65
delegate
Method · 0.65
notification
Method · 0.65
messageChanged
Method · 0.65
run
Method · 0.65
monitorAccount
Method · 0.65
run
Method · 0.65
onExecute
Method · 0.65
connect
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected