Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SenseUnit/dumbproxy
/ Warningf
Method
Warningf
tlsutil/ccache.go:257–259 ·
view source on GitHub ↗
(format string, v ...any)
Source
from the content-addressed store, hash-verified
255
}
256
257
func
(l bboltLogger) Warningf(format string, v ...any) {
258
l.l.Warning(format, v...)
259
}
260
261
func
(l bboltLogger) Fatal(v ...any) {
262
l.l.Critical(
"%s"
, fmt.Sprint(v...))
Callers
nothing calls this directly
Calls
1
Warning
Method · 0.45
Tested by
no test coverage detected