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

Method i

APIJSONORM/src/main/java/apijson/Log.java:112–116  ·  view source on GitHub ↗

@param TAG @param msg

(String TAG, String msg)

Source from the content-addressed store, hash-verified

110 * @param msg
111 */
112 public static void i(String TAG, String msg) {
113 if (DEBUG) {
114 logInfo(TAG, msg, LEVEL_INFO);
115 }
116 }
117
118 /**
119 * @param TAG

Callers 15

parseArrayMethod · 0.95
isIDCardMethod · 0.95
getCorrectUrlMethod · 0.95
getPriceMethod · 0.95
onVerifyRoleMethod · 0.95
onObjectParseMethod · 0.95
onArrayParseMethod · 0.95
getAbsPathMethod · 0.95
putQueryResultMethod · 0.95
getValueByPathMethod · 0.95
putCacheMethod · 0.95
removeCacheMethod · 0.95

Calls 1

logInfoMethod · 0.95

Tested by

no test coverage detected