Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ Fatal
Method
Fatal
pkg/types/camtypes/errors.go:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(ce *camErr) Fatal() {
55
log.Fatalf(
"%v error. See %v"
, ce.key, ce.URL())
56
}
57
58
func
(ce *camErr) Warn() {
59
log.Printf(
"%v error. See %v."
, ce.key, ce.URL())
Callers
15
main
Function · 0.80
getVersion
Function · 0.80
TestServerOfName
Function · 0.80
TestParseStatResponse
Function · 0.80
parseConfig
Method · 0.80
TestEquality
Function · 0.80
TestJSONUnmarshal
Function · 0.80
TestMarshalBinary
Function · 0.80
TestJSONUnmarshalSized
Function · 0.80
TestStaticConfig
Function · 0.80
TestImportRootPageHTML
Function · 0.80
TestGetUserID
Function · 0.80
Calls
2
URL
Method · 0.95
Fatalf
Method · 0.65
Tested by
15
TestServerOfName
Function · 0.64
TestParseStatResponse
Function · 0.64
TestEquality
Function · 0.64
TestJSONUnmarshal
Function · 0.64
TestMarshalBinary
Function · 0.64
TestJSONUnmarshalSized
Function · 0.64
TestStaticConfig
Function · 0.64
TestImportRootPageHTML
Function · 0.64
TestGetUserID
Function · 0.64
checkTweets
Function · 0.64
TestIntegrationRun
Function · 0.64
TestGetUserId
Function · 0.64