MCPcopy 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
257func (l bboltLogger) Warningf(format string, v ...any) {
258 l.l.Warning(format, v...)
259}
260
261func (l bboltLogger) Fatal(v ...any) {
262 l.l.Critical("%s", fmt.Sprint(v...))

Callers

nothing calls this directly

Calls 1

WarningMethod · 0.45

Tested by

no test coverage detected