Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LJYcoder/DevRing
/ v
Method
v
devring/src/main/java/com/ljy/devring/other/RingLog.java:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
public
static
void
v() {
72
printLog(V, null, DEFAULT_MESSAGE);
73
}
74
75
public
static
void
v(Object msg) {
76
printLog(V, null, msg);
Callers
1
printSub
Method · 0.80
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected