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

Method applyAnswer

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

Source from the content-addressed store, hash-verified

107 void resetReceipt();
108
109 @Query("UPDATE answer" +
110 " SET applied = applied + 1, last_applied = :time" +
111 " WHERE id = :id")
112 int applyAnswer(long id, long time);

Callers 2

onExecuteMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected