Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CharlieJiang/SourceCodeDocxGenerator
/ print
Method
print
src/main/java/cocoas/LogUtils.java:13–15 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
11
12
// 打印信息
13
public
static
void
print(String msg){
14
System.out.print(msg +
" "
);
15
}
16
17
// 打印信息(自动换行)
18
public
static
void
println(String msg){
Callers
1
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected