Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CharlieJiang/SourceCodeDocxGenerator
/ error
Method
error
src/main/java/cocoas/LogUtils.java:23–25 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
21
22
// 打印错误信息
23
public
static
void
error(String msg){
24
System.err.println(msg);
25
}
26
27
}
Callers
3
createPageHeader
Method · 0.95
saveDocx
Method · 0.95
readFile
Method · 0.95
Calls
1
println
Method · 0.80
Tested by
no test coverage detected