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

Method insertLog

app/src/main/java/eu/faircode/email/DaoLog.java:44–44  ·  view source on GitHub ↗
(EntityLog log)

Source from the content-addressed store, hash-verified

42 List<EntityLog> getLogs(long from, Integer type);
43
44 @Insert
45 long insertLog(EntityLog log);
46
47 @Query("DELETE FROM log" +

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected