Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
func
(r *R) Errorf(format string, args ...
interface
{}) {
62
r.log(fmt.Sprintf(format, args...))
63
r.fail = true
64
}
65
66
func
(r *R) Check(err error) {
67
if
err != nil {
Callers
15
FinalAdvertiseAddr
Method · 0.80
IngestPacket
Method · 0.80
getPeer
Method · 0.80
TestAwareness
Function · 0.80
NewNetTransport
Function · 0.80
FinalAdvertiseAddr
Method · 0.80
IngestPacket
Method · 0.80
TestMemberList_ResolveAddr_TCP_First
Function · 0.80
NotifyMerge
Method · 0.80
NotifyAlive
Method · 0.80
AddLabelHeaderToPacket
Function · 0.80
RemoveLabelHeaderFromPacket
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
11
TestAwareness
Function · 0.64
TestMemberList_ResolveAddr_TCP_First
Function · 0.64
NotifyMerge
Method · 0.64
NotifyAlive
Method · 0.64
TestTCPPing
Function · 0.64
Read
Method · 0.64
encryptDecryptVersioned
Function · 0.64
TestMemberlist_FailedRemote
Function · 0.64
TestMemberlist_Integ
Function · 0.64
TestSuspicion_remainingSuspicionTime
Function · 0.64
TestSuspicion_Timer
Function · 0.64