MCPcopy Create free account
hub / github.com/SenseUnit/dumbproxy / Warning

Method Warning

tlsutil/ccache.go:253–255  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

251}
252
253func (l bboltLogger) Warning(v ...any) {
254 l.l.Warning("%s", fmt.Sprint(v...))
255}
256
257func (l bboltLogger) Warningf(format string, v ...any) {
258 l.l.Warning(format, v...)

Callers 2

WarningfMethod · 0.45
EnableTLSCookiesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected