Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ applyRule
Method
applyRule
app/src/main/java/eu/faircode/email/DaoRule.java:98–98 ·
view source on GitHub ↗
(long id, long time)
Source
from the content-addressed store, hash-verified
96
int
setRuleGroup(long id, String group);
97
98
@Query(
"UPDATE rule"
+
99
" SET applied = applied + 1, last_applied = :time"
+
100
" WHERE id = :id"
)
101
int
applyRule(long id, long time);
Callers
1
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected