Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/memberlist
/ Fatalf
Method
Fatalf
internal/retry/retry.go:51–54 ·
view source on GitHub ↗
(format string, args ...interface{})
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(r *R) Fatalf(format string, args ...
interface
{}) {
52
r.log(fmt.Sprintf(format, args...))
53
r.FailNow()
54
}
55
56
func
(r *R) Error(args ...
interface
{}) {
57
r.log(fmt.Sprint(args...))
Callers
15
Test_IsValidAddressDefaults
Function · 0.80
Test_IsValidAddressOverride
Function · 0.80
TestMemberlistBroadcast_Invalidates
Function · 0.80
TestMemberlistBroadcast_Message
Function · 0.80
TestTransport_Join
Function · 0.80
TestTransport_Send
Function · 0.80
TestTransport_TcpListenBackoff
Function · 0.80
TestKeyring_EmptyRing
Function · 0.80
TestKeyring_PrimaryOnly
Function · 0.80
TestKeyring_GetPrimaryKey
Function · 0.80
TestKeyring_AddRemoveUse
Function · 0.80
TestKeyRing_MultiKeyEncryptDecrypt
Function · 0.80
Calls
2
log
Method · 0.95
FailNow
Method · 0.95
Tested by
15
Test_IsValidAddressDefaults
Function · 0.64
Test_IsValidAddressOverride
Function · 0.64
TestMemberlistBroadcast_Invalidates
Function · 0.64
TestMemberlistBroadcast_Message
Function · 0.64
TestTransport_Join
Function · 0.64
TestTransport_Send
Function · 0.64
TestTransport_TcpListenBackoff
Function · 0.64
TestKeyring_EmptyRing
Function · 0.64
TestKeyring_PrimaryOnly
Function · 0.64
TestKeyring_GetPrimaryKey
Function · 0.64
TestKeyring_AddRemoveUse
Function · 0.64
TestKeyRing_MultiKeyEncryptDecrypt
Function · 0.64