Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CharlieJiang/SourceCodeDocxGenerator
/ println
Method
println
src/main/java/cocoas/LogUtils.java:18–20 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
16
17
// 打印信息(自动换行)
18
public
static
void
println(String msg){
19
System.out.println(msg);
20
}
21
22
// 打印错误信息
23
public
static
void
error(String msg){
Callers
6
start
Method · 0.95
generateSourceCodeDocx
Method · 0.95
writeFileToDocx
Method · 0.95
actionPerformed
Method · 0.95
scanFiles
Method · 0.95
error
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected