MCPcopy
hub / github.com/hashicorp/memberlist / Errorf

Method Errorf

internal/retry/retry.go:61–64  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

59}
60
61func (r *R) Errorf(format string, args ...interface{}) {
62 r.log(fmt.Sprintf(format, args...))
63 r.fail = true
64}
65
66func (r *R) Check(err error) {
67 if err != nil {

Callers 15

FinalAdvertiseAddrMethod · 0.80
IngestPacketMethod · 0.80
getPeerMethod · 0.80
TestAwarenessFunction · 0.80
NewNetTransportFunction · 0.80
FinalAdvertiseAddrMethod · 0.80
IngestPacketMethod · 0.80
NotifyMergeMethod · 0.80
NotifyAliveMethod · 0.80
AddLabelHeaderToPacketFunction · 0.80

Calls 1

logMethod · 0.95

Tested by 11

TestAwarenessFunction · 0.64
NotifyMergeMethod · 0.64
NotifyAliveMethod · 0.64
TestTCPPingFunction · 0.64
ReadMethod · 0.64
encryptDecryptVersionedFunction · 0.64
TestMemberlist_IntegFunction · 0.64
TestSuspicion_TimerFunction · 0.64