Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LJYcoder/DevRing
/ xml
Method
xml
devring/src/main/java/com/ljy/devring/other/RingLog.java:151–153 ·
view source on GitHub ↗
(String xml)
Source
from the content-addressed store, hash-verified
149
}
150
151
public
static
void
xml(String xml) {
152
printLog(XML, null, xml);
153
}
154
155
public
static
void
xml(String tag, String xml) {
156
printLog(XML, tag, xml);
Callers
nothing calls this directly
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected