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

Method Error

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

Source from the content-addressed store, hash-verified

235}
236
237func (l bboltLogger) Error(v ...any) {
238 l.l.Error("%s", fmt.Sprint(v...))
239}
240
241func (l bboltLogger) Errorf(format string, v ...any) {
242 l.l.Error(format, v...)

Callers 5

GetMethod · 0.45
deleteMethod · 0.45
putMethod · 0.45
ErrorfMethod · 0.45
EnableTLSCookiesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected