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

Method Debug

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

Source from the content-addressed store, hash-verified

227}
228
229func (l bboltLogger) Debug(v ...any) {
230 l.l.Debug("%s", fmt.Sprint(v...))
231}
232
233func (l bboltLogger) Debugf(format string, v ...any) {
234 l.l.Debug(format, v...)

Callers 3

GetMethod · 0.45
DebugfMethod · 0.45
EnableTLSCookiesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected