Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ limit
Method
limit
app/src/main/java/eu/faircode/email/Helper.java:2860–2864 ·
view source on GitHub ↗
(String value, int max)
Source
from the content-addressed store, hash-verified
2858
}
2859
2860
static
String limit(String value,
int
max) {
2861
if
(TextUtils.isEmpty(value) || value.length() < max)
2862
return
value;
2863
return
value.substring(0, max);
2864
}
2865
2866
// Files
2867
Callers
3
onClick
Method · 0.95
onClick
Method · 0.95
onClick
Method · 0.95
Calls
2
isEmpty
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected