MCPcopy
hub / github.com/cloudflare/cloudflared / Errorf

Method Errorf

tunnelrpc/utils.go:81–81  ·  view source on GitHub ↗
(ctx context.Context, format string, args ...interface{})

Source from the content-addressed store, hash-verified

79
80func (noopCapnpLogger) Infof(ctx context.Context, format string, args ...interface{}) {}
81func (noopCapnpLogger) Errorf(ctx context.Context, format string, args ...interface{}) {}
82
83func NewClientConn(transport rpc.Transport) *rpc.Conn {
84 return rpc.NewConn(transport, rpc.ConnLog(noopCapnpLogger{}))

Callers 15

NewRuleByCIDRFunction · 0.80
ValidateMethod · 0.80
NewConfigFunction · 0.80
ReadFunction · 0.80
UnmarshalJSONMethod · 0.80
EncodeOriginCertMethod · 0.80
decodeOriginCertFunction · 0.80
readOriginCertFunction · 0.80
FindOriginCertFunction · 0.80
TestLoadOriginCertFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestLoadOriginCertFunction · 0.64
ProxyHTTPMethod · 0.64
RegisterUdpSessionMethod · 0.64
UnregisterUdpSessionMethod · 0.64
GetConfigJSONMethod · 0.64
ProxyHTTPMethod · 0.64
WriteMethod · 0.64