Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dearcode/candy
/ TestLog
Function
TestLog
util/log/log_test.go:7–10 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
5
)
6
7
func
TestLog(t *testing.T) {
8
Debug(
"xxxxxxxx"
)
9
Debugf(
"%s, %+v"
,
"abc"
, mlog)
10
}
Callers
nothing calls this directly
Calls
2
Debug
Function · 0.85
Debugf
Function · 0.85
Tested by
no test coverage detected