Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onExecute
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
validate
Method · 0.80
answer
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
onExecute
Method · 0.80
getSummaryText
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected