Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/razerdp/BasePopup
/ trim
Method
trim
app/src/main/java/razerdp/demo/utils/StringUtil.java:37–43 ·
view source on GitHub ↗
(String source)
Source
from the content-addressed store, hash-verified
35
}
36
37
public
static
String trim(String source) {
38
if
(noEmpty(source)) {
39
return
source.trim();
40
}
41
return
source;
42
43
}
44
45
public
static
boolean contains(String source, String key) {
46
if
(noEmpty(source)) {
Callers
3
isEmptyWithNull
Method · 0.80
showPopup
Method · 0.80
show
Method · 0.80
Calls
1
noEmpty
Method · 0.95
Tested by
1
show
Method · 0.64