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

Method trim

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

@param s @return "trim(" + s + ")"

(String s)

Source from the content-addressed store, hash-verified

136 * @return "trim(" + s + ")"
137 */
138 public static String trim(String s) {
139 return "trim(" + s + ")";
140 }
141 /**
142 * @param s
143 * @return "ltrim(" + s + ")"

Callers 2

isEmptyMethod · 0.95
extendResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected