MCPcopy 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

executeApiMethod · 0.65
applyCountMethod · 0.65
onExceptionMethod · 0.65
delegateMethod · 0.65
notificationMethod · 0.65
messageChangedMethod · 0.65
runMethod · 0.65
monitorAccountMethod · 0.65
runMethod · 0.65
onExecuteMethod · 0.65
connectMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected