Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hashicorp/memberlist
/ FailNow
Method
FailNow
internal/retry/retry.go:41–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(r *R) FailNow() {
42
r.fail = true
43
runtime.Goexit()
44
}
45
46
func
(r *R) Fatal(args ...
interface
{}) {
47
r.log(fmt.Sprint(args...))
Callers
3
Fatal
Method · 0.95
Fatalf
Method · 0.95
Check
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected