MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Fatal

Method Fatal

utils/log/entrylogwrapper.go:93–95  ·  view source on GitHub ↗

Fatal record a fatal level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

91
92// Fatal record a fatal level log.
93func (entry *Entry) Fatal(args ...interface{}) {
94 (*logrus.Entry)(entry).Fatal(args...)
95}
96
97// Panic record a panic level log.
98func (entry *Entry) Panic(args ...interface{}) {

Callers 15

storeFunction · 0.80
initNodeFunction · 0.80
TestMarshalHashIssueKeysFunction · 0.80
TestMarshalHashMinerKeyFunction · 0.80
TestMarshalHashAccountFunction · 0.80
TestMarshalHashMinerInfoFunction · 0.80

Calls

no outgoing calls

Tested by 15

initNodeFunction · 0.64
TestMarshalHashIssueKeysFunction · 0.64
TestMarshalHashMinerKeyFunction · 0.64
TestMarshalHashAccountFunction · 0.64
TestMarshalHashMinerInfoFunction · 0.64