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

Method Error

log/condlog.go:40–42  ·  view source on GitHub ↗
(s string, v ...any)

Source from the content-addressed store, hash-verified

38}
39
40func (cl *CondLogger) Error(s string, v ...any) error {
41 return cl.log(ERROR, "ERROR "+s, v...)
42}
43
44func (cl *CondLogger) Warning(s string, v ...any) error {
45 return cl.log(WARNING, "WARNING "+s, v...)

Callers 10

runFunction · 0.95
ParametersMethod · 0.45
AddPrinterFunction · 0.45
PortForwardHandlerFunction · 0.45
SOCKSHandlerFunction · 0.45
HandleTunnelMethod · 0.45
HandleRequestMethod · 0.45
HandleGetRandomMethod · 0.45
ServeHTTPMethod · 0.45
rejectAccessMethod · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected