Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onExecute
Method · 0.95
insert
Method · 0.95
cleanup
Method · 0.95
migrate
Method · 0.95
Calls
5
i
Method · 0.95
secureDelete
Method · 0.95
listFiles
Method · 0.80
getName
Method · 0.65
toString
Method · 0.45
Tested by
no test coverage detected