Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SenseUnit/dumbproxy
/ Debugf
Method
Debugf
tlsutil/ccache.go:233–235 ·
view source on GitHub ↗
(format string, v ...any)
Source
from the content-addressed store, hash-verified
231
}
232
233
func
(l bboltLogger) Debugf(format string, v ...any) {
234
l.l.Debug(format, v...)
235
}
236
237
func
(l bboltLogger) Error(v ...any) {
238
l.l.Error(
"%s"
, fmt.Sprint(v...))
Callers
nothing calls this directly
Calls
1
Debug
Method · 0.45
Tested by
no test coverage detected