MCPcopy Create free account
hub / github.com/SEBV1/idlefish_monitor / isEmpty

Method isEmpty

src/main/java/com/github/utils/StringUtils.java:32–34  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

30 }
31
32 public static boolean isEmpty(String str) {
33 return str == null || str.length() == 0;
34 }
35
36 public static boolean isNotBlank(String str) {
37 return !isBlank(str);

Callers 15

onApplicationEventMethod · 0.95
printNewObjectVMethod · 0.80
printGetObjectFieldMethod · 0.80
printGetIntFieldMethod · 0.80
getStringPreAddrMethod · 0.80
tmFunction · 0.80
qmFunction · 0.80

Calls

no outgoing calls

Tested by 9

printNewObjectVMethod · 0.64
printGetObjectFieldMethod · 0.64
printGetIntFieldMethod · 0.64
getStringPreAddrMethod · 0.64