MCPcopy
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
54func (ce *camErr) Fatal() {
55 log.Fatalf("%v error. See %v", ce.key, ce.URL())
56}
57
58func (ce *camErr) Warn() {
59 log.Printf("%v error. See %v.", ce.key, ce.URL())

Callers 15

mainFunction · 0.80
getVersionFunction · 0.80
TestServerOfNameFunction · 0.80
TestParseStatResponseFunction · 0.80
parseConfigMethod · 0.80
TestEqualityFunction · 0.80
TestJSONUnmarshalFunction · 0.80
TestMarshalBinaryFunction · 0.80
TestJSONUnmarshalSizedFunction · 0.80
TestStaticConfigFunction · 0.80
TestImportRootPageHTMLFunction · 0.80
TestGetUserIDFunction · 0.80

Calls 2

URLMethod · 0.95
FatalfMethod · 0.65

Tested by 15

TestServerOfNameFunction · 0.64
TestParseStatResponseFunction · 0.64
TestEqualityFunction · 0.64
TestJSONUnmarshalFunction · 0.64
TestMarshalBinaryFunction · 0.64
TestJSONUnmarshalSizedFunction · 0.64
TestStaticConfigFunction · 0.64
TestImportRootPageHTMLFunction · 0.64
TestGetUserIDFunction · 0.64
checkTweetsFunction · 0.64
TestIntegrationRunFunction · 0.64
TestGetUserIdFunction · 0.64