MCPcopy Index your code
hub / github.com/Tencent/APIJSON / isEmpty

Method isEmpty

APIJSONORM/src/main/java/apijson/SQL.java:68–70  ·  view source on GitHub ↗

isEmpty = true @param s @return #isEmpty(String, boolean)

(String s)

Source from the content-addressed store, hash-verified

66 * @return {@link #isEmpty(String, boolean)}
67 */
68 public static String isEmpty(String s) {
69 return isEmpty(s, true);
70 }
71 /**
72 * trim = false
73 * @param s

Callers 3

columnMethod · 0.45
isBooleanOrNumberMethod · 0.45
logInfoMethod · 0.45

Calls 3

trimMethod · 0.95
isNullMethod · 0.95
lengthCompareMethod · 0.95

Tested by

no test coverage detected