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

Method cur

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

获取刚传入处理后的 string @must 上个影响 current 的方法 和 这个方法都应该在同一线程中,否则返回值可能不对 @return

()

Source from the content-addressed store, hash-verified

59 * @return
60 */
61 public static String cur() {
62 return get(current);
63 }
64
65 /**FIXME 改用 cur
66 * @must 上个影响currentString的方法 和 这个方法都应该在同一线程中,否则返回值可能不对

Callers 1

getCurrentStringMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected