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

Method getLength

APIJSONORM/src/main/java/apijson/StringUtil.java:346–349  ·  view source on GitHub ↗

FIXME 用 length 替代 @param object @param trim @return

(Object object, boolean trim)

Source from the content-addressed store, hash-verified

344 * @return
345 */
346 @Deprecated
347 public static int getLength(Object object, boolean trim) {
348 return length(object, trim);
349 }
350 /**FIXME 用 length 替代
351 * @param cs
352 * @param trim

Callers

nothing calls this directly

Calls 1

lengthMethod · 0.95

Tested by

no test coverage detected