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

Method getAnswer

app/src/main/java/eu/faircode/email/DaoAnswer.java:61–61  ·  view source on GitHub ↗
(long id)

Source from the content-addressed store, hash-verified

59 List<EntityAnswer> getAnswersExternal();
60
61 @Query("SELECT * FROM answer WHERE id = :id")
62 EntityAnswer getAnswer(long id);
63
64 @Query("SELECT * FROM answer WHERE uuid = :uuid")

Callers 9

onExecuteMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
validateMethod · 0.80
answerMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
onExecuteMethod · 0.80
getSummaryTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected