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

Method delete

app/src/main/java/eu/faircode/email/Fts4DbHelper.java:136–138  ·  view source on GitHub ↗
(SQLiteDatabase db)

Source from the content-addressed store, hash-verified

134 }
135
136 static void delete(SQLiteDatabase db) {
137 db.delete("message", null, null);
138 }
139
140 static void delete(SQLiteDatabase db, long id) {
141 db.delete("message", "rowid = ?", new String[]{Long.toString(id)});

Callers 4

onExecuteMethod · 0.95
insertMethod · 0.95
cleanupMethod · 0.95
migrateMethod · 0.95

Calls 5

iMethod · 0.95
secureDeleteMethod · 0.95
listFilesMethod · 0.80
getNameMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected