MCPcopy 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
233func (l bboltLogger) Debugf(format string, v ...any) {
234 l.l.Debug(format, v...)
235}
236
237func (l bboltLogger) Error(v ...any) {
238 l.l.Error("%s", fmt.Sprint(v...))

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.45

Tested by

no test coverage detected