Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AllenCoder/SuperUtils
/ i
Method
i
apputils/src/main/java/com/allen/apputils/MLog.java:79–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
public
static
void
i() {
80
printLog(I, null, DEFAULT_MESSAGE);
81
}
82
83
public
static
void
i(Object msg) {
84
printLog(I, null, msg);
Callers
5
ToolResource
Class · 0.80
getResId
Method · 0.80
printMethodName
Method · 0.80
printLog
Method · 0.80
exportDb2Sdcard
Method · 0.80
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected