MCPcopy
hub / github.com/jpillora/chisel / Errorf

Method Errorf

share/cio/logger.go:44–46  ·  view source on GitHub ↗
(f string, args ...interface{})

Source from the content-addressed store, hash-verified

42}
43
44func (l *Logger) Errorf(f string, args ...interface{}) error {
45 return fmt.Errorf(l.prefix+": "+f, args...)
46}
47
48func (l *Logger) Fork(prefix string, args ...interface{}) *Logger {
49 //slip the parent prefix at the front

Callers 15

SetMethod · 0.80
NewClientFunction · 0.80
verifyServerMethod · 0.80
setProxyMethod · 0.80
certGetCertificateFunction · 0.80
loadUserIndexMethod · 0.80
DecodeConfigFunction · 0.80
listenUDPFunction · 0.80
runInboundMethod · 0.80
runOutboundMethod · 0.80
getUDPChanMethod · 0.80

Calls

no outgoing calls

Tested by 1

certGetCertificateFunction · 0.64